PaulStoffregen / SoftwareSerial

SoftwareSerial library used on Teensy
116 stars 160 forks source link

Execution error #22

Open WashifAkhtar opened 1 month ago

WashifAkhtar commented 1 month ago

Arduino\libraries\SoftwareSerial\SoftwareSerial.cpp:41:10: fatal error: avr/interrupt.h: No such file or directory 41 | #include <avr/interrupt.h> | ^~~~~ compilation terminated. exit status 1

Compilation error: exit status 1

PaulStoffregen commented 1 month ago

This SoftwareSerial is only used on Teensy boards.

image