Loading...
Pages: [1]   Go Down
Author Topic: SoftTimer library  (Read 378 times)
0 Members and 1 Guest are viewing this topic.
0
Offline Offline
Newbie
*
Karma: 0
Posts: 8
Arduino rocks
View Profile
 Bigger Bigger  Smaller Smaller  Reset Reset

Dear Arduino Friends,

  I proudly introduce you my latest work, the SoftTimer Arduino library.

  This is not just an other multitasking/time-sharing implementation, but also a new way of programing Arduino. In this case you do not implement the "loop()" function, instead you can focus on the tasks need to be done by the software.
  Please visit the project page at: http://code.google.com/p/arduino-softtimer/

  Furthermore SoftTimer comes with a lot of useful tools like software PWM, blinking helper, debouncer, melody player, etc. These function always made trouble by blocking the program. But not any more with SoftTimer.

  I'm really excited what you think about my idea.
  Please feel free to download the library, and share your opinion with me! Thanks!

Best regards,
Balazs
« Last Edit: November 08, 2012, 11:03:51 am by Balázs » Logged

Netherlands
Offline Offline
Tesla Member
***
Karma: 90
Posts: 9429
In theory there is no difference between theory and practice, however in practice there are many...
View Profile
 Bigger Bigger  Smaller Smaller  Reset Reset

Nice lib, really useful,
did not dive in the details yet how it is implemented.

some questions came up:
- how do you handle interrupts in this model?
- if a task is running and another 'alarms' is it started or delayed?
- how to handle user input? (serial?

- what can i do with the *Me pointer?
Logged

Rob Tillaart

Nederlandse sectie - http://arduino.cc/forum/index.php/board,77.0.html -

Pages: [1]   Go Up
Print
 
Jump to: