-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Hi,
I use Arduino 1.8.11 and Micro:bit, at compile time (SoftwareSerialExample.ino), the following error is displayed, what is the problem?
C:\Users\Royal\Documents\Arduino\libraries\SoftwareSerial/SoftwareSerial.h:197:19: error: void value not ignored as it ought to be
_intMask = attachInterrupt(_receivePin, handle_interrupt, RISING);
^
C:\Users\Royal\Documents\Arduino\libraries\SoftwareSerial/SoftwareSerial.h:202:19: error: void value not ignored as it ought to be
_intMask = attachInterrupt(_receivePin, handle_interrupt, FALLING);
^
exit status 1
Error compiling for board BBC micro:bit.
Metadata
Metadata
Assignees
Labels
No labels