diff options
Diffstat (limited to 'src/main.cc')
-rw-r--r-- | src/main.cc | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/main.cc b/src/main.cc index b47c848..e3bc2f9 100644 --- a/src/main.cc +++ b/src/main.cc @@ -12,9 +12,14 @@ int main (void) { - text ohai; + text_t ohai; ohai.str = (uint8_t *)"Ohai! "; + //uint8_t anim_data[] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0, 0, 0, 0, 0, 0, 0, 0 }; + + //animation_t test; + //test.data = anim_data; + // disable ADC to save power PRR |= _BV(PRADC); |