Skip to content

Commit

Permalink
Update Arduino.h
Browse files Browse the repository at this point in the history
  • Loading branch information
PapaKarlo787 committed May 24, 2024
1 parent dfec472 commit 76e1bec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cores/arduino/Arduino.h
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ unsigned long pulseInLong(uint8_t pin, uint8_t state, unsigned long timeout = 10

void tone(uint8_t _pin, unsigned int frequency, unsigned long duration = 0);
void tone(void (*f)(void));
void auto_tone(uint8_t pin, const int16_t* pointer);
void autoTone(uint8_t pin, const int16_t* pointer);
void noTone(uint8_t _pin);

// WMath prototypes
Expand Down

0 comments on commit 76e1bec

Please sign in to comment.