michelheil / Arduino

Libraries for Arduino Uno (ATMega328P)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Repository Content

This repository contains the source code of all my Arduino Uno projects.

  • util: utilities for the ATMega328P micro controller
    • myADC - Analog-to-Digital Converter
    • myLOG - Logging
    • myTC16 - 16-bit Timer/Counter
    • mySPI - Serial Peripheral Interface
    • myTWI - Two-Wire Interface (I2C)
    • myUSART - Universal Synchronous/Asynchronous Receiver/Transmitter
  • lib: libraries for using different sensors
    • myAMG8833
    • myBME680
    • myDS3231
    • myGY271
    • myHCSR04
    • myILI9341
    • myINA219
    • myLCD1602
    • myTCS3200
  • misc: general hacks that are not yet implemented in util or lib
  • projects: collection of various Arduino Uno projects

About

Libraries for Arduino Uno (ATMega328P)

License:GNU General Public License v3.0


Languages

Language:C 40.3%Language:HTML 32.9%Language:C++ 18.6%Language:JavaScript 4.4%Language:CSS 3.2%Language:Scala 0.6%