tone(frequency, duration)
Set the onboard buzzer to sound.
Parameter
Example
#include "uKitExplore2.h"
void setup() {
Initialization();
tone(131,400);
}
void loop() {
}Last updated
Set the onboard buzzer to sound.
#include "uKitExplore2.h"
void setup() {
Initialization();
tone(131,400);
}
void loop() {
}Last updated