mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-07-12 23:48:10 -07:00
sam
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
#include <furi.h>
|
||||
#include "stm32_sam.h"
|
||||
|
||||
STM32SAM voice;
|
||||
|
||||
extern "C" int32_t sam_app(void* p) {
|
||||
UNUSED(p);
|
||||
|
||||
voice.begin();
|
||||
voice.say("Hello world. I am FLIPPER SAM, automated voice!");
|
||||
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user