We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 362faf6 commit ff68ebdCopy full SHA for ff68ebd
pi_code/README.txt
@@ -6,6 +6,11 @@ the main script from any crashes that might be caused by a malformed response fr
6
Cheerbot will cheer for whichever team you have specified in the cheerbot.conf
7
file in this directory.
8
9
+When a cheer is triggered the play_animation function will be called from
10
+animation.py You can have anything occur here really (play sounds, blink lights, etc.)
11
+The servo_animation_example/servo_animation_example.py file demonstrates the use
12
+of servos synchronized with .wav audio files. This is the setup I use on my Cheerbot.
13
+
14
cheerbot.conf file:
15
16
"team=": The NFL abbreviation for the team you want Cheerbot to cheer for.
0 commit comments