Closed robertinant closed 7 years ago
From @rei-vilo on July 20, 2015 16:59
The Grove DHT library uses noInterrupts(); and interrupts(); for the temperature and humidity sensor.
noInterrupts();
interrupts();
Compilation fails with the following error messages:
'noInterrupts' was not declared in this scope 'interrupts' was not declared in this scope
Copied from original issue: energia/Energia#675
From @rei-vilo on July 21, 2015 15:10
Possible solution at #679.
Both noInterrupts() and interrupts() are available in all the latest MT cores.
From @rei-vilo on July 20, 2015 16:59
The Grove DHT library uses
noInterrupts();
andinterrupts();
for the temperature and humidity sensor.Compilation fails with the following error messages:
Copied from original issue: energia/Energia#675