ArduinoCore-primo icon indicating copy to clipboard operation
ArduinoCore-primo copied to clipboard

Arduino core for nrf52 cpu

Results 15 ArduinoCore-primo issues
Sort by recently updated
recently updated
newest added

`if(inputPin19)` should be: `if(inputPin19)` https://github.com/arduino-org/arduino-core-nrf52/blob/9cfaadcb15b0750070162c57107955481ee2f71f/libraries/PPI/PPI.cpp#L295

Sorry to raise an issue, I don;t see any contact details. The NFC library is lacking an example of how to retrieve the Unique Tag ID of the NFC tag...

All Arduino / open source variants I have tested (ATMEGA328, ATMEGA2560, ATSAM3X8E, SAMD, Curie, ESP8266, ATSAMD21, ESP32) will properly report an output pin's state via digitalRead();. The nrf52 based Primo...