You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 23, 2019. It is now read-only.
I'm upgrading my project with the SDP810-500Pa sensor. (Previously used the SDP610 without any problems.) So I basically just tryed your library example on a Pololu Astar 32u4 Micro (Arduino micro cloon) and I dont seem to get rid of these errors:
... (Left some out to make it to the point, if needed will post full error report)
IC:\Users\Jasper\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.6.23\libraries\Wire\src" "C:\Users\Jasper\AppData\Local\Temp\arduino_build_837298\sketch\sdp8xx.ino.cpp" -o nul
sdp8xx:3:23: error: sdpsensor.h: No such file or directory
compilation terminated.
Using library Wire at version 1.0 in folder: C:\Users\Jasper\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.6.23\libraries\Wire
exit status 1
sdpsensor.h: No such file or directory
I use a 10k pull up resistor between SDA and 3,3V and between SCL and 3,3V and a 0,1uF condensator between GND and VCC.
I hope you can help me,
Sincerely,
Jasper
The text was updated successfully, but these errors were encountered:
I'm upgrading my project with the SDP810-500Pa sensor. (Previously used the SDP610 without any problems.) So I basically just tryed your library example on a Pololu Astar 32u4 Micro (Arduino micro cloon) and I dont seem to get rid of these errors:
Arduino: 1.8.8 (Windows 10), Board: "Arduino/Genuino Micro"
... (Left some out to make it to the point, if needed will post full error report)
IC:\Users\Jasper\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.6.23\libraries\Wire\src" "C:\Users\Jasper\AppData\Local\Temp\arduino_build_837298\sketch\sdp8xx.ino.cpp" -o nul
sdp8xx:3:23: error: sdpsensor.h: No such file or directory
compilation terminated.
Using library Wire at version 1.0 in folder: C:\Users\Jasper\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.6.23\libraries\Wire
exit status 1
sdpsensor.h: No such file or directory
I use a 10k pull up resistor between SDA and 3,3V and between SCL and 3,3V and a 0,1uF condensator between GND and VCC.
I hope you can help me,
Sincerely,
Jasper
The text was updated successfully, but these errors were encountered: