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

Made changes to allow the compiler to compile without warnings.

This commit is contained in:
Neil Kolban
2015-08-09 14:10:20 -05:00
parent cd69be7f8f
commit b500a1f26a
5 changed files with 11 additions and 4 deletions

View File

@ -35,10 +35,12 @@
#include "Arduino.h"
#include "pins_arduino.h"
/*
static int8_t toneBegin(uint8_t _pin) {
//TODO implement tone
return 0;
}
*/
void tone(uint8_t _pin, unsigned int frequency, unsigned long duration) {
//TODO implement tone