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
Hello, I am trying to implement Bitbang I2C protocol in the bootloader. I was not able to find any code that would work for any bootloader. After that, I have found an Arduino Bitbang I2C library which I have successfully compiled to the bootloader using Arduino IDE and was able to use the lib with Arduino IDE code but when I tried to implement the source code in the bootloader, I realized that it uses Linux API’s (which the bootloader compiler does not support)
The text was updated successfully, but these errors were encountered:
Hello, I am trying to implement Bitbang I2C protocol in the bootloader. I was not able to find any code that would work for any bootloader. After that, I have found an Arduino Bitbang I2C library which I have successfully compiled to the bootloader using Arduino IDE and was able to use the lib with Arduino IDE code but when I tried to implement the source code in the bootloader, I realized that it uses Linux API’s (which the bootloader compiler does not support)
The text was updated successfully, but these errors were encountered: