1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-08-14 08:03:09 +03:00

Splitting wiring.c into multiple files to get even smaller sketch sizes.

This commit is contained in:
David A. Mellis
2007-02-03 16:52:51 +00:00
parent 2377bb9ddd
commit 88d8326615
10 changed files with 656 additions and 430 deletions

View File

@@ -23,7 +23,7 @@
*/
#include <avr/io.h>
#include "wiring.h"
#include "wiring_private.h"
// On the Arduino board, digital pins are also used
// for the analog output (software PWM). Analog input