sidtupper

Results 3 issues of sidtupper

**Describe the bug** Compile error in ssd1306_demo E:\Documents\Arduino\libraries\ssd1306\src\intf\vga\esp32\CompositeOutput.cpp: In member function 'void CompositeOutput::check_buffer()': E:\Documents\Arduino\libraries\ssd1306\src\intf\vga\esp32\CompositeOutput.cpp:280:9: error: 'i2s_write_bytes' was not declared in this scope i2s_write_bytes(I2S_PORT, (char*)line, sizeof(uint16_t) * (m_end - line), &bytes_written,...

bug

I installed micropython-raspberry on a Pi Zero. It also has python 3 installed. What is the command to run micropython-raspberry files? Probably this should be obvious to me but it...

I'm making a MPPT solar pump controller using a Drok buck PSU ([200310](https://www.droking.com/Power-Supply-Module-DC10V-75V-to-0-60V-12A-720W-Buck-Converter-Voltage-regulator-CNC-Control-Module-DC-12V-24V-36V-48V-Adapter)) controlled with a UNO R3, as shown in the drawing at https://sidtupper.ca/wiring%20UNO%20R3%20to%20200310.jpg, and using the BuckPSU library....