Add new TemperatureDataLogger project, a simple USB Mass Storage class Temperature Data Logger using the onboard Dataflash and Temperature sensor.
This commit is contained in:
parent
f5951d1593
commit
208edeee0f
28 changed files with 15833 additions and 4 deletions
|
|
@ -149,7 +149,7 @@
|
|||
|
||||
#define ADC_GetStatus() ((ADCSRA & (1 << ADEN)) ? true : false)
|
||||
|
||||
#define ADC_IsReadingComplete() (!(ADCSRA & (1 << ADSC)))
|
||||
#define ADC_IsReadingComplete() (ADCSRA & (1 << ADSC))
|
||||
|
||||
#define ADC_GetResult() ADC
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue