Blake Felt
Blake Felt
The code looks great, but please add this function to the documentation.
I do not have an ADS1263 to test with. I realize this is old, do you still have your setup to test? It should be fixed as part of 8ca52320790c82516a452c75e121ad6aa7b62fff.
1. This is currently hardcoded into src/boards/arduino.cpp. 2. SPI.h is included in src/boards/arduino.cpp. You should be able to change the frequency, thanks for pointing that out. I will try to...
Thank you for these commits. My only concern is that this is a breaking change, I'm not sure the best way to communicate this in an Arduino library. he77PC011 is...
Hello! Do you have an issue? Or can I go ahead and close this?
I cannot test this easily with ipv6, any extra help is appreciated. Thanks.
Unless things have changed, the Switch cannot connect to servers locally (or remotely using this project). I recommend using this project instead: https://github.com/Pugmatt/BedrockConnect
For context, I have a microcontroller with one continuous read-only timer. I want to use that to create a periodic timer implementation, so I want to know when exactly the...