Hardware components | ||||||
![]() |
| × | 1 | |||
![]() |
| × | 1 | |||
![]() |
| × | 1 | |||
Software apps and online services | ||||||
![]() |
|
#include "Talkie.h"
#include "Vocab_US_Large.h"
//THE SCREWDRIVER
Talkie voice;
void setup() {
voice.say(sp2_DANGER);
voice.say(sp2_DANGER);
voice.say(sp2_RED);
voice.say(sp2_ALERT);
voice.say(sp2_MOTOR);
voice.say(sp2_IS);
voice.say(sp2_ON);
voice.say(sp2_FIRE);
// SUBSCRIBE TO THE SCREWDRIVER https://www.youtube.com/channel/UCk9UflimfCIAv7kdAWBxyuA
}
void loop() {
}
Comments
Please log in or sign up to comment.