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 00011 00012 // format des adresses decodees 00013 // 192.168.1.77/xxx.htm 00014 // led5on ou led5off 00015 // testbed 00016 00017
Generated on Tue Jul 12 2022 16:12:25 by
1.7.2