1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-17 22:23:10 +03:00

Adding a couple of Servo examples from Wiring (slightly modified).

This commit is contained in:
David A. Mellis
2008-05-07 22:15:55 +00:00
parent 8f1f736e36
commit 8588045f7f
4 changed files with 53 additions and 2 deletions

View File

@ -1,5 +1,6 @@
#include <Servo.h>
#include <avr/interrupt.h>
#include <wiring.h>
#include <Servo.h>
/*
Servo.h - Hardware Servo Timer Library