Category: Example, ExecutionPlatform
I²C is a 2-wire protocol where a controller is communicating with one or more targets. Most often the controller is the microcontroller. Targets are sensors, eeproms or other peripheries. This... [...]
Category: Example, ExecutionPlatform
I²C is a 2-wire protocol where a controller is communicating with one or more targets. Most often the controller is the microcontroller. Targets are sensors, eeproms or other peripheries. This... [...]
Category: Example, ExecutionPlatform
The RP2040's novel Programmable Input/Output (PIO) subsystem allows the execution of tiny 'PIO-assembly' programs parallel to the CPU. It has direct access to the chips DMA-controller and GPIO-pins and is thus a very... [...]