Koduino
Koduino Documentation

The repository associated with this library is at https://github.com/avikde/koduino.

This is a library of code for boards developed using the STM32 F3/F4 series of microcontrollers, chosen for their FPU's and friendly built-in bootloaders. The microcontrollers currently being used are (see porting guide for details) F301, F302, F303, F373, F405, F446.

The API functions here are in general optimized for speed and concurrency, at the expense of being slightly less fool-proof than Arduino (e.g. see pin configuration, PWM output and input).

Quick links

API Reference

Core functionality

Communication

Peripheral device drivers

Libraries