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

fix UART RX PullUps and TWI

This commit is contained in:
ficeto
2015-05-03 17:51:06 +03:00
parent fcbd7dbed0
commit 3d0dafcbc0
4 changed files with 36 additions and 26 deletions

View File

@ -37,7 +37,7 @@ extern "C" {
#include "binary.h"
#include "pgmspace.h"
#include "esp8266_peri.h"
#include "si2c.h"
#include "twi.h"
void yield(void);