[Tinyx-devel] [RFC] Starting out application "framework"
Status: Planning
Brought to you by:
davidcohen
From: Felipe B. <me...@fe...> - 2008-01-17 19:09:20
|
Hi David, Anderson, I'm starting out the application structure and proposing a test application which will be a way to use tinyx for controlling a Brushed DC Motor. FYI, a Brushed DC Motor is used for controlling electric windows on cars. The biggest issue we can see is when we try to find a way to easily control the speed of this task. The only way to do this without a uController is messing around with circuitry, when we have a uController, we can use PWM to control the motor's velocity. The structure i was thinking is: <tinyx>/app/<app_name>/<app_files>.[ch] something like: tinyx/app/motor/ motor.c motor.h README ... Any comments ?? PS: this way we could show something working on tinyx -- Best Regards, Felipe Balbi me...@fe... http://blog.felipebalbi.com |