lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [lwip-users] lwip gpio


From: Sergio R. Caprile
Subject: Re: [lwip-users] lwip gpio
Date: Fri, 06 Mar 2015 09:52:36 -0300
User-agent: Mozilla/5.0 (Windows NT 5.1; rv:31.0) Gecko/20100101 Thunderbird/31.5.0

There is no gpio in lwIP
"gpio" means General Purpose Input Output and is a common name for the
I/O ports in some processors. It is a processor thing.
lwIP does not talk to gpios, lwIP is a TCP/IP stack, you write
applications that do what you want them to do, and if that is moving I/O
pins (or "talk to gpios") then you will write the code that does that.
You need a web server  and have to write the equivalent to a CGI script
or use SSI. The HTML on the hosted page may read an internal variable
(SSI) or call a function (CGI) which does the trick.
Besides that, you are better off asking for guidance on your processor
forums.

And please, don't crosspost and don't send user questions to developer's
lists.

-- 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]