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:
@ -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
|
||||
|
Reference in New Issue
Block a user