crashtest-r0ket/firmware/basic
schneider 29c7dfdf64 improved accuracy of battery voltage measurement
Slowing down the ADC 10x while reading the voltage gives better
results due to the very high impedance of the voltage devider.
Readings are now about 100mV higher than before.
2012-01-16 15:50:48 +01:00
..
Makefile Merge branch 'master' of github.com:r0ket/r0ket 2011-07-30 19:31:12 +02:00
basic.c removed fs errors from exports and filetransfer, saves 260 bytes 2011-12-22 03:02:45 +01:00
basic.h removed fs errors from exports and filetransfer, saves 260 bytes 2011-12-22 03:02:45 +01:00
byteorder.c Fix "use of unitialized variable" in xxtea.c and byteorder.c 2011-07-18 18:24:34 +02:00
byteorder.h openbeacon: save seq to file 2011-07-17 20:32:17 +02:00
config.c Fix all warnings (except table.c and ff.c). Turn off "unused function" warnings 2011-12-23 01:07:48 +01:00
config.h Remove broken chargeled feature 2011-08-11 09:22:22 +02:00
crc.c Move menu code into basic/menu.c, add keyinput with wait, fix some types. 2011-07-09 20:19:05 +02:00
delayms.c new tree structure 2011-06-19 21:01:00 +02:00
ecc.c found 184 bytes in public key cypto 2011-12-22 02:45:08 +01:00
ecc.h Make prototypes single-line so my parser understands them 2011-08-03 18:21:49 +02:00
idle.c Big warning cleanup in firmware. 2011-08-05 01:33:48 +02:00
idle.h queue_plus: allows for incremental queue stuff (nrf receive mostly) 2011-08-04 19:10:22 +02:00
itoa.c More abstracted num to string functions 2011-07-31 00:53:14 +02:00
keyin.c Make getInputWaitTimeout use microseconds 2011-08-05 00:24:50 +02:00
menu.c reset font on return to menu 2011-08-05 10:25:31 +02:00
night.c reenable charge led and workaround for daytrig 2011-08-12 15:54:06 +02:00
random.c Fix a few warnings 2011-08-01 05:22:24 +02:00
random.h added some stdint includes 2011-08-03 19:24:05 +02:00
reinvoke_isp.c longer isp and reset delays 2011-08-05 20:38:21 +02:00
simpletime.c Smaller time (100b) 2011-08-06 02:38:06 +02:00
simpletime.h Some time related functionality 2011-07-30 15:25:14 +02:00
stringin.c more verbose input(), MAXNICK reduced to 17 2011-08-05 01:25:28 +02:00
uuid.c found 32 bytes in uuid.c 2011-12-18 04:22:41 +01:00
uuid.h openbeacon: use chip id 2011-07-23 19:17:14 +02:00
voltage.c improved accuracy of battery voltage measurement 2012-01-16 15:50:48 +01:00
xxtea.c executor: made encryption work 2011-08-03 08:59:55 +02:00
xxtea.h added some stdint includes 2011-08-03 19:24:05 +02:00