summaryrefslogtreecommitdiff
path: root/src/main.cc
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2016-01-29 20:45:10 +0100
committerDaniel Friesel <derf@finalrewind.org>2016-01-29 20:45:10 +0100
commit2812a77fe2b46997616ccd793b030befd5413729 (patch)
tree5517b23dfed2f88c7487adb15be19b93133d9fb4 /src/main.cc
parent8b1bad7e3e8d9311cb881e4df2101203f5a1eb9e (diff)
re-add transmission demo code
Diffstat (limited to 'src/main.cc')
-rw-r--r--src/main.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/main.cc b/src/main.cc
index 91ff92a..765f1d9 100644
--- a/src/main.cc
+++ b/src/main.cc
@@ -10,11 +10,12 @@
#include "modem.h"
#include "system.h"
+animation_t ohai;
+
int main (void)
{
- animation_t ohai;
ohai.mode = AnimationType::TEXT;
- ohai.speed = (4 << 4) + 15;
+ ohai.speed = (2 << 4) + 15;
ohai.data = (uint8_t *)"\001 Ohai ";
ohai.length = 8;