|
Forum Index : Microcontroller and PC projects : SPI help needed
| Author | Message | ||||
| lew247 Guru Joined: 23/12/2015 Location: United KingdomPosts: 1702 |
Posted on the Seeedstudio forum is source code for the MicroPython firmaware for Wio RP2040 mini available? It's not however the people on the forum say it seems to be this https://github.com/IsQianGe/rp2040-spi Edited 2022-01-25 19:18 by lew247 |
||||
Grogster![]() Admin Group Joined: 31/12/2012 Location: New ZealandPosts: 9757 |
I hear that! I absolutely LOVE the serial port buffers, cos they can catch ANYTHING that arrives from the likes of an RF module, even if the main loop is busy, then as you go through the main loop, you look and see if anything is waiting in the buffer, and if there is, go and process it. The buffers constitute a very effective serial message queue system that basically takes care of itself in the background. Smoke makes things work. When the smoke gets out, it stops! |
||||
| The Back Shed's forum code is written, and hosted, in Australia. | © JAQ Software 2025 |