Documentation site for the PiBody educational microcontroller board. Built with MkDocs.
# Install dependencies
pip install mkdocs mkdocs-i18n
# Start dev server
mkdocs serve
# Build static site
mkdocs buildThe built site is output to site/.
docs/
├── index.md # Home page
├── input/ # Input peripherals
│ ├── analog/ # Light sensor, potentiometer
│ ├── digital/ # Button, switch, motion/touch sensor
│ └── i2c/ # Climate, color, distance sensor, IMU
├── output/ # Output peripherals
├── iot/ # WiFi, Telegram Bot
└── hardware.md # Board overview
© Artisan Education