// copright gilisymo www.gilisymo.com //This program has been demonstrated at Grenoble makerfaire 2017 by the gilisymo team //This program reads the PWM output of the LS53L0X laser distance sensor from Gilisymo using an STMicroelectronics nucleo F401 board //it controls a servo from hobby king (HK15178 https://hobbyking.com/fr_fr/hobbykingtm-hk15178-analog-servo-1-4kg-0-09sec-10g.html) //the measured distance is send to UART, for interface with HC06 bluetooth serial SPP controler //Developer: Sylvain TRIVIAUX

Dependencies:   mbed

Revision:
1:682853d16f3a
Parent:
0:048cd12ff21c
--- a/main.cpp	Sun Apr 02 20:16:24 2017 +0000
+++ b/main.cpp	Sun Apr 02 20:21:12 2017 +0000
@@ -1,7 +1,7 @@
 #include "mbed.h"
 #include "math.h"
 
-// copright gilisymo www.gilisymo.com
+// copyright gilisymo www.gilisymo.com
 //This program has been demonstrated at Grenoble makerfaire 2017 by the gilisymo team
 
 //This program reads the PWM output of the LS53L0X laser distance sensor from Gilisymo using an STMicroelectronics nucleo F401 board