JRodrigoTech / Ultrasonic-HC-SR04

Ultrasonic HC-SR04 library for Arduino IDE
http://www.ardublog.com/library-for-arduino-ultrasonic-ranging-hc-sr04/
173 stars 146 forks source link

Can not import library #14

Open bmihaylov33 opened 7 years ago

bmihaylov33 commented 7 years ago

When I try to import the library i get :"Specified folder/zip file does not contain a valid library"

rafaelcn commented 7 years ago

That's because the library itself is inside a subfolder of the zip file. You could extract the library inside the Arduino/libraries folder itself and then include it in your project.