-
Notifications
You must be signed in to change notification settings - Fork 0
Home
czagaadam edited this page May 9, 2024
·
3 revisions
Welcome to the AVR wiki!
The purpose of this repo. to implement and share a C++ based library collection for 8bit AVR microcontroller (ATMEG328P), like in this STM32 tutorial: https://www.youtube.com/@BinderTronics I have written lot's of code during the years in C with Microchip Studio(Atmel Studio) IDE but I was always curious, can I implement the same library structure in C++, and can I simply write lines like Button1.read()... I hope so. I'm familier with other OOP languges and OOP principle but not with C++, so implementing and sharing this is also a self learning activities.