Update application.h

MrDham-remove-float-calc
MrDham 4 months ago committed by GitHub
parent af0b16f051
commit 557dd326fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      Open_Theremin_V3/application.h

@ -58,6 +58,7 @@ class Application {
const float MIDDLE_C = 261.6;
void playNote(float hz, uint16_t milliseconds, uint8_t volume);
uint16_t log2U16 (uint16_t lin_input);
void hzToAddVal(float hz);
void playStartupSound();
void playCalibratingCountdownSound();

Loading…
Cancel
Save