#include void setup() { CircuitPlayground.begin(); } void loop() { CircuitPlayground.playTone(500, 100); delay(1000); }