Fixed some issues in examples

This commit is contained in:
miguel5612
2019-08-14 22:31:06 -05:00
parent a999a1815b
commit 566d1eaadf
15 changed files with 90 additions and 40 deletions

View File

@ -56,7 +56,7 @@
/***********************Software Related Macros************************************/
#define ADC_RESOLUTION 10 // for 10bit analog to digital converter.
#define retries 50
#define retries 5
#define retry_interval 20
/**********************Application Related Macros**********************************/