ivanseidel / LinkedList

🔗 A fully implemented LinkedList made to work with general Microcontrollers and Arduino projects
MIT License
347 stars 120 forks source link

Arduino Nano 33 Incompatibility #38

Open gentle-giant opened 4 years ago

gentle-giant commented 4 years ago

Library compiles properly with Arduino Uno but does not compile with Arduino Nano 33 BLE. The following error message is given for the example sketch SimpleIntegerList:

SimpleIntegerList:26:9: error: 'class LinkedList' has no member named 'add'

Arduino: 1.8.12 (Windows 10), Board: "Arduino Nano 33 BLE"