Pão de Queijo Development Board. This repo has all libraries from pqdb shield.
Pão de Queijo development board is a shield for add-on on any arduino compatible board.
This project presents the libraries to control the board peripherals using mbed framework. The libraries works as interfaces to keep the main code compatible with the examples from the book "Programação de sistemas embarcados". The peripherals on the board are presented on the folowing picture
The main objective of the project is to develop a low cost, easy to assemble board with a group of peripheral that allows one to start learning embedded systems. The board was routed on one side copper PCB to make easier to buid it yourself.
The source code for Arduino boards (wiring) can be found on: https://github.com/projetopqdb/PQDB-Arduino
The source code for freedom frdm KL05 board (using direct register access) can be found on: https://github.com/projetopqdb/PQDB-KL05Z
The source code from the board schematics and layout can be found on: https://github.com/projetopqdb/PQDB-Hardware
Revisions of mcp7940n.cpp
Revision | Date | Message | Actions |
---|---|---|---|
3:6ca4d7dd8bea | 2017-10-02 | mcp7940 (i2c rtc) bugs fixed; pwm added | File Diff Annotate |
2:4b7f5a060c22 | 2017-10-01 | Added soft I2C driver and interfaces to ds1307 and mcp7940n (both I2C realtime clocks) | File Diff Annotate |