Skip to content

Ultrasonic Sensor

José Juan Sánchez edited this page Sep 22, 2016 · 2 revisions

NewPing Library

Para poder usar esta librería en nuestro proyecto hay que cambiar el valor que tiene la constante TIMER_ENABLEDpor defecto y establecerlo a false.

#define TIMER_ENABLED false

Set to "false" to disable the timer ISR (if getting "__vector_7" compile errors set this to false). 
Default=true
Clone this wiki locally