Thanks a lot for al the work and effort you put into your site!
It's great, and because of your site i decided to buy a arduino board.
I have the following problem:
After i downloaded the files and saved them in the libaries folder,
i opened the file and pushed compile, to test if everything is working.
Well, it doesn't. It gives me the following errors:
- Code: Select all
C:\Users\RDLE\Downloads\arduino-1.0-windows\arduino-1.0\libraries\OneWire\OneWire.cpp:62:24: error: WConstants.h: No such file or directory
C:\Users\RDLE\Downloads\arduino-1.0-windows\arduino-1.0\libraries\OneWire\OneWire.cpp: In constructor 'OneWire::OneWire(uint8_t)':
C:\Users\RDLE\Downloads\arduino-1.0-windows\arduino-1.0\libraries\OneWire\OneWire.cpp:71: error: 'digitalPinToPort' was not declared in this scope
C:\ .... etc
I am very new to arduino, so i have no idea what i'm doing wrong. It seems like it can't find WConstants.h but where do i get it, or where should it be?
I hope you guys can help me out!
Regards,
Richard