Browse Source

Add needed headers for currency change toUSD

remotes/origin/feature/currency-exchange
Shivam Chaudhary 2 years ago
parent
commit
4c112e72e6
  1. 5
      src/currencyExchange.h

5
src/currencyExchange.h

@ -0,0 +1,5 @@
#include <stdio.h>
#define CURRENT_USD_RATE_OF_ONE_EURO 1.07
float toUSD(float euro);
Loading…
Cancel
Save