AndrewMascolo / OnewireKeypad

One Wire Keypad
MIT License
31 stars 14 forks source link

Can't compile script #9

Open LouisPi opened 6 years ago

LouisPi commented 6 years ago

Hello, I get an error when I try to compile the basic script: 'HighPrec' was not declared in this scope (it highlights the line: #define Precision HighPrec). Any help is appreciated. Thanks, LouisP

AndrewMascolo commented 6 years ago

I changed the library to not need precision anymore. Your code will need to be changed. If you haven’t already, please redownload the library.

Sent from my iPhone

On Jan 9, 2018, at 1:24 PM, LouisPi notifications@github.com wrote:

Hello, I get an error when I try to compile the basic script: 'HighPrec' was not declared in this scope (it highlights the line: #define Precision HighPrec). Any help is appreciated. Thanks, LouisP

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

LouisPi commented 6 years ago

Okay. Thanks for the help!