1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-15 00:02:49 +03:00

Merge pull request #2 from esp8266/esp8266

asd
This commit is contained in:
Me No Dev
2015-06-02 00:13:08 +03:00
11 changed files with 178 additions and 13 deletions

View File

@ -20,18 +20,11 @@
*/
#include "wiring_private.h"
#include "pins_arduino.h"
#ifdef __cplusplus
extern "C" {
#endif
#include "c_types.h"
#include "ets_sys.h"
#ifdef __cplusplus
}
#endif
/ ------------------------------------------------------------------ -
// ------------------------------------------------------------------ -
// timer 1
static volatile timercallback timer1_user_cb = NULL;