mirror of
https://github.com/NEBULAIR/arduinoponics.git
synced 2026-03-10 08:51:16 +00:00
8 lines
624 B
Plaintext
8 lines
624 B
Plaintext
Libraries used:
|
|
TimerOne
|
|
https://github.com/PaulStoffregen/TimerOne
|
|
|
|
Timer on is a collection of routines for configuring the 16 bit hardware timer called Timer1 on the ATmega168/328. There are 3 hardware timers available on the chip, and they can be configured in a variety of ways to achieve different functionality. The development of this library began with the need for a way to quickly and easily set the PWM period or frequency, but has grown to include timer overflow interrupt handling and other features.
|
|
|
|
To install, unzip and copy the folder inside
|
|
C:\Program Files (x86)\Arduino\hardware\arduino\avr\libraries |