pimoroni-pico/drivers/esp32spi
Phil Howard 732e59b314 Pico Wireless: Driver Rewrite
* Use a single common function prototype for all (but two) commands
* Remove "last param" from every param, in favour of an "end_cmd"
* Rename "send_cmd" to "start_cmd" to better reflect what it does
* Replace hard-coded param counts with macro (sizeof(params) / sizeof(inParam))
* Eliminate common causes of bugs
* Try to document some functions
* Correct some types (wl_enc_type, peek as bool)
* Handle timeouts & sleep states
* Successful command exits sleep
2022-03-30 15:30:11 +01:00
..
CMakeLists.txt Progressed on Wifi class, adding IPAddress 2021-04-15 10:11:16 +01:00
esp32spi.cmake Progressed on Wifi class, adding IPAddress 2021-04-15 10:11:16 +01:00
esp32spi.cpp Pico Wireless: Driver Rewrite 2022-03-30 15:30:11 +01:00
esp32spi.hpp Pico Wireless: Driver Rewrite 2022-03-30 15:30:11 +01:00
ip_address.cpp Finished micropython bindings for current C++ class implementation 2021-04-15 10:11:16 +01:00
ip_address.hpp Finished micropython bindings for current C++ class implementation 2021-04-15 10:11:16 +01:00
spi_drv.cpp Pico Wireless: Driver Rewrite 2022-03-30 15:30:11 +01:00
spi_drv.hpp Pico Wireless: Driver Rewrite 2022-03-30 15:30:11 +01:00