Zero overhead UART template library for AVR.
Go to file
2019-08-02 20:29:04 +02:00
.clang-format Added clang format file 2019-08-02 19:44:34 +02:00
.gitattributes Added git ignore and attribute files 2016-08-16 16:46:33 +02:00
.gitignore Added git ignore and attribute files 2016-08-16 16:46:33 +02:00
config.hpp Fixed missing headers 2019-08-02 20:23:54 +02:00
hardware0.cpp Moved interrupt vectors to their own translation unit to solve redefinition error 2019-08-02 20:29:04 +02:00
hardware0.hpp Moved interrupt vectors to their own translation unit to solve redefinition error 2019-08-02 20:29:04 +02:00
hardware1.cpp Moved interrupt vectors to their own translation unit to solve redefinition error 2019-08-02 20:29:04 +02:00
hardware1.hpp Moved interrupt vectors to their own translation unit to solve redefinition error 2019-08-02 20:29:04 +02:00
hardware.hpp Fixed missing headers 2019-08-02 20:23:54 +02:00
software.hpp Refactored class names to start with capital letter 2019-07-28 17:57:49 +02:00
uart.cpp Removed trailing whitespaces 2019-08-01 21:51:46 +02:00
uart.h Removed trailing whitespaces 2019-08-01 21:51:46 +02:00
uart.hpp Implemented peeking with and without data for interrupt and blocking mode 2019-08-02 18:20:06 +02:00
usart.cpp Added blocking receive function and peek function 2016-05-26 20:15:21 +02:00
usart.h Fixed handling for ATmega1284P 2019-07-27 18:54:51 +02:00