Feedback on Ubuntu compile
Brought to you by:
brokentoaster
Hi,
Compiling 0.30 from cvs works fine on ubuntu lucid with standard avr packages. Only thing is usart.c:#include "sht.h". While the actual file name is Sht.h.
One other thing, if like me you are only using one sensor(on board temperature sensor), the number of records that can be stored in flash is 2048*37=75,776. As int2bcd5 only works for up to 16bit(65k), the value reported from pressing z will show 10,240 rather than the correct value of 65k+10240. Not a problem, but just something that might help someone else.
Regards and thanks for the code.