picod icon indicating copy to clipboard operation
picod copied to clipboard

picod is an archive of programs which allow control of the Raspberry Pi Pico microcontroller.

Results 5 picod issues
Sort by recently updated
recently updated
newest added

Hi Joan I would like to use my picos with your picod. I want to output PWM signals on the Pico via USB to dim lights and control motors. Unfortunately...

I tried to use PICOD through gpio0 gpio1, but couldn't. First. I compiled picod.c with modifying. `#define PD_LINK_UART 0 #define PD_LINK_USB 1 #define PD_LINK PD_LINK_UART I connect pico to pi4b+...

Over the last year I have written a Pharo (Smalltalk) interface to picod. I am starting to use (and promote) this more often, so I am somewhat alarmed by your...

First of all let me express my most sincere appreciation for this development. It is really useful and a time saver! I have a couple of minor questions regarding the...

I've been testing the picod connected to a raspberry pi 3B+. I've used the tick function in a loop (for write and read) with this scheme. status, t1 = pico.tick()...