You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compiling the example "as-is", I only commented line 13: RH_ASK driver;
and uncommented line 15: RH_ASK driver(2000, 3, 4, 0); // ATTiny, RX on D3 (pin 2 on attiny85) TX on D4 (pin 3 on attiny85), .
I got a multitude of errors of the following kind:
_In file included from C:\Users\s150942\Documents\Arduino\libraries\RadioHead/RHEncryptedDriver.h:15:0,
from
C:\Users\s150942\Documents\Arduino\libraries\RadioHead\RHEncryptedDriver.cpp:7:
C:\Users\s150942\Documents\Arduino\libraries\RadioHead/RHGenericDriver.h:87:23: error: 'uint8_t' has not been declared
Compiling the example "as-is", I only commented line 13:
RH_ASK driver;
and uncommented line 15:
RH_ASK driver(2000, 3, 4, 0); // ATTiny, RX on D3 (pin 2 on attiny85) TX on D4 (pin 3 on attiny85),
.I got a multitude of errors of the following kind:
_In file included from C:\Users\s150942\Documents\Arduino\libraries\RadioHead/RHEncryptedDriver.h:15:0,
from
C:\Users\s150942\Documents\Arduino\libraries\RadioHead\RHEncryptedDriver.cpp:7:
C:\Users\s150942\Documents\Arduino\libraries\RadioHead/RHGenericDriver.h:87:23: error: 'uint8_t' has not been declared
C:\Users\s150942\Documents\Arduino\libraries\RadioHead/RHGenericDriver.h:87:37: error: 'uint8_t' has not been declared
and many more erros that uint8_t is not defined.
Is there anything I should do before compilation? Is ATTiny85 otherwise supported?
The text was updated successfully, but these errors were encountered: