test for sending a value to a receiver in heavy (succeeded)

This commit is contained in:
2025-12-02 19:34:58 +01:00
parent 282462757f
commit c646128e10

View File

@ -70,7 +70,8 @@ void setup() {
while (100);
}
delay(100);
delay(2000);
hv->sendFloatToReceiver(hv_string_to_hash("osc_freq_input"), 880);
}
void loop() {