when i try to compile the example in ruben lagunas ds1620 library i get strange errors that im not sure how to fix
/Users/kristucker/Documents/Arduino/libraries/ds1620/ds1620.cpp: In member function 'void Ds1620::rst_low()':
/Users/kristucker/Documents/Arduino/libraries/ds1620/ds1620.cpp:127: error: 'LOW' was not declared in this scope
/Users/kristucker/Documents/Arduino/libraries/ds1620/ds1620.cpp:127: error: 'digitalWrite' was not declared in this scope
can anyone point me in the right direction? im thinking it was written for a old version of the compiler and needs to be updated, but im not sure how to do it. ive gotten tons of other code to run with little to no problems... frustrating!