Making sure I'm on the latest version for arduino-esp32 #8325
-
I'm having an issue where I'm not getting good reads from the shiftIn function but if I copy the implmentation of shiftIn into my code everything works. I'm wondering if I somehow don't have the latest implementation of shiftIn. What do I need to check to make sure I have it? I am using the Arduino IDE on Windows 11. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
You can update in the boards manager window in Arduino IDE. |
Beta Was this translation helpful? Give feedback.
-
Thanks. I had done that. I am wondering if there is an actual bug here then. I don't think I should be able to replace the shiftIn library function with a local copy from github and have it address the problem unless the library code is out of date. |
Beta Was this translation helpful? Give feedback.
You can update in the boards manager window in Arduino IDE.