energia / msp432-core

MSP432 Core and Framework
14 stars 10 forks source link

MSP432 EMT and CC3200 EMT: Incompatible DHT Grove Library #30

Closed robertinant closed 7 years ago

robertinant commented 8 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.

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

robertinant commented 8 years ago

From @rei-vilo on July 21, 2015 15:10

Possible solution at #679.

robertinant commented 7 years ago

Both noInterrupts() and interrupts() are available in all the latest MT cores.