Commit Graph

13 Commits (ebb353b3f2c020aca8b584798e306801f048cbde)

Author SHA1 Message Date
Ben Blazak f980028d82 cleaned up a bit; minor bugfix 2014-05-27 23:05:00 -07:00
Ben Blazak 5ee88643fd (working: eeprom-macro) 2014-05-25 19:44:55 -07:00
Ben Blazak a89e6528f2 mostly aesthetic updates 2013-06-14 00:31:06 -07:00
Ben Blazak 36edee2eb7 '.c' files should now include the header that defines their functions 2013-06-13 23:41:26 -07:00
Ben Blazak 49f3d4bdd5 re-added linked lists :D; and minor aesthetic changes 2013-05-09 02:02:48 -07:00
Ben Blazak f031c99c1d fixed a bug... :/
in the while loop in main() that busywaits until we can scan again, the
compiler was optimizing out the function call, it seems like, when i
wrote `(uint8_t)timer__get_milliseconds()`; if i cast the whole
expression (not just the function) to `(volatile uint8_t)`, or if i just
didn't cast anything at all, it worked.  not sure why the compiler would
optimize the function call out like that though, even if it was cast...
this happened when i put it in a for loop too.  i need to research it
just a little more, and write a warning about it in the timer
documentation.
2013-05-07 03:01:21 -07:00
Ben Blazak 0774d0dd09 cleaned up a bunch and worked on the makefile; now compiling! :D 2013-04-19 05:21:29 -07:00
Ben Blazak a12a83b555 (messing with makefiles; not working yet) 2013-04-18 19:22:30 -07:00
Ben Blazak 7eec5fb237 (lots of work) 2013-03-26 23:16:24 -07:00
Ben Blazak a4696d8641 (intermediate checkin) 2013-02-01 02:18:27 -08:00
Ben Blazak 1db6d4dd37 (intermediate checkin) 2013-01-29 21:34:46 -08:00
Ben Blazak 94e18d611d (intermediate checkin) 2013-01-27 00:00:47 -08:00
Ben Blazak 0129fcae47 (intermediate checkin; things are coming along!) 2013-01-22 16:33:07 -08:00