Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed lib_workshop_2019
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
Generated on Sat Jul 16 2022 06:19:30 by
