f32c / arduino

FPGArduino source
http://www.nxlab.fer.hr/fpgarduino
68 stars 44 forks source link

Arduino library for DHT11DHT22 #3

Closed goran-mahovlic closed 9 years ago

goran-mahovlic commented 9 years ago

Got it working, but needed to remove interrupts() and noInterrupts() function from DHT.cpp file

initialy I got this two errors errors: '__enable_irq' was not declared in this scope '__disable_irq' was not declared in this scope

emard commented 9 years ago

fixed in arduino core