Skip to content

I want to create my own library for Arduino Mega2560 (Atmega2560)

License

Notifications You must be signed in to change notification settings

mur4ik18/Arduino_Mega2560_library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


image
Arduino Mega2560 library

Github language Repository size

I started this project to understand Arduino. h and how my arduino works. For this I had to learn how to work with bits, what is the UART, what is the Shift Register, etc. I hope this project has improved me as an engineer and programmer.

Done

  • Digital ports using
    • Output mode
  • UART driver

Micro libraries

    • library for 74hc595
    • library for 1 Digit 7-Segment Display

Features

  • Digital ports using
    • Input mode
  • DHT11 library
    • write documentation
  • library for 4 Digit 7-Segment Display
    • write documentation
  • library LCD1602 Module (Display)
    • write documentation

Usage

Download code

git clone https://github.com/mur4ik18/Arduino_Mega2560_library
cd Arduino_Mega2560_library

Compile example

Available examples:

  • blink
  • shift_register
  • 1dig_7seg_display
make example_name

About

I want to create my own library for Arduino Mega2560 (Atmega2560)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published