geraldopugiallidepaiva / DigitalClock

Library developed for the Embedded Systems Programming assignment at Universidade Federal de Minas Gerais

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DigitalClock

This is a LCD Shield combined with the internal RTC of the NUCLEO-F103RB board or NUCLEO-F401RE board API. As a result, it makes possible to implement common digital clock features to designs, such as time displaying, alarm setting, timing and time counting.

It was developed as an assignment for the subject Embedded Systems Programming at Universidade Federal de Minas Gerais - Prof. Ricardo de Oliveira Duarte - Department of Electronic Engineering.

Attention: This library was developed for the LCD shield connected to the NUCLEO-64 Arduino connectors. When using the same devices specified above, the corresponding ports and pins are defined by default. When using a different board or shield, it is mandatory to initialize the respective ports and pins for each device with the appropriate funcion.

More information

Getting started
Library documentation
Troubleshooting
Useful documents

About

Library developed for the Embedded Systems Programming assignment at Universidade Federal de Minas Gerais

License:GNU General Public License v3.0


Languages

Language:C 95.8%Language:C++ 4.0%Language:Assembly 0.2%