-
Notifications
You must be signed in to change notification settings - Fork 7
Future
When the documentation is finished there are a few more things that I would like to add to this code
- Make a branch containing all the functions broken up and explained
- Implement a EEPROM storage method for the ID tags
- Create a method of reading and writing to the EEPROM from serial
- Collect data points in 1 byte rather then 2 (char instead of int)
- Format code in a more easily understood and efficient manner
- Create my own makefile just for this program and release under BSD
September 2, 2011 I will continue working on updating the code. Until then I have other projects that need to be worked on and I don't have the circuit board that I made until then so even if I do write code I would not be able to test it. If you would like to check out my untested code it will be in the dev
branch of this repo
Arduino Port, it may be the case that this code can just be compiled on an Arduino natively because it is all avrc. I have not tried it, but there will be some differences because the arduino runs at 16Mhz
Attiny85 port
This was an idea proposed by one of my friends, I am trying to get around to it, because the Attiny has 1/4 the amount of ram this will be more difficult to do.