Geoffrey Vaquette / Mbed 2 deprecated workshop_tests

Dependencies:   mbed lib_workshop_2019

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers test_cny.h Source File

test_cny.h

00001 /**
00002  * @author geoffrey Vaquette
00003  *
00004  * @section DESCRIPTION
00005  *
00006  * Testing value from ultrasonic sensors on robot
00007  *
00008  */
00009  
00010 #ifndef TEST_CNY_H
00011 #define TEST_CNY_H
00012 
00013 #include "mbed.h"
00014 #include "CNY70.h"
00015 
00016 void ft_print_cny_analog_voltage(AnalogIn &analog_input, Serial &pc);
00017 //void ft_print_cny_library_voltage(CNY70 &cny_sensor, Serial &pc);
00018 
00019 #endif