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.
testbed.h
00001 00002 url = _request_url; 00003 // /led5on. 6 n 00004 // /led5of 6 f 00005 // tt[0] = url[1]; tt[1] = url[2]; tt[2] = url[3]; tt[3] =0; 00006 if ( strncmp( url , "/led5on" , 7) == 0) var=0; 00007 if ( strncmp( url , "/led5off" , 8) == 0) var=1; 00008 if ( strncmp( url , "/testbed" , 8) == 0) adc=1; 00009 00010 // format des adresses decodees 00011 // 192.168.1.77/xxx.htm 00012 // led5on ou led5off 00013 // testbed 00014 00015
Generated on Wed Jul 13 2022 07:13:44 by
1.7.2