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
As we see, source code within the SPI.h and SPI.c has been commented in avr_local folder.
Also, it is not possible to simply copy+paste traditional SPI libraries for Arduino boards.(It will throw up with the compiler and syntax errors, especially undefined SPCR,SPSR,SPDR etc. ).
when can we expect a debug feature to be updated in plugin for codes that requires SPI or EEPROM libraries?
The text was updated successfully, but these errors were encountered:
For local debug (I assume you are referring to that) these libraries can be empty shells.
Feel free to create the empty shells you need and add them to this repository.
This is how these hardware platforms started to exist.
As we see, source code within the SPI.h and SPI.c has been commented in avr_local folder.
Also, it is not possible to simply copy+paste traditional SPI libraries for Arduino boards.(It will throw up with the compiler and syntax errors, especially undefined SPCR,SPSR,SPDR etc. ).
when can we expect a debug feature to be updated in plugin for codes that requires SPI or EEPROM libraries?
The text was updated successfully, but these errors were encountered: