URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [rtos/] [freertos-6.1.1/] [Demo/] [ColdFire_MCF51CN128_CodeWarrior/] [Sources/] [httpd/] [httpd-fs/] [io.shtml] - Rev 675
Go to most recent revision | Compare with Previous | Blame | View Log
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>FreeRTOS.org uIP WEB server demo</title> </head> <BODY> <font face="arial"> <a href="index.shtml">RTOS Stats</a> <b>|</b> <a href="tcp.shtml">Connections</a> <b>|</b> <a href="io.shtml">IO</a> <br><p> <hr> <b>Dynamic IO demonstration</b><br> <p> This page demonstrates two way communication. By using the check box this WEB interface can influence the program execution.<p> Use the check box and "Update IO button" to set the state of LED1. Refresh the page to display the state of LED1. <p> <form name="aForm" action="/io.shtml" method="get"> %! led-io <p> <input type="submit" value="Update IO"> </form> <br><p> </font> </body> </html>
Go to most recent revision | Compare with Previous | Blame | View Log