A Practical Guide to Connecting Hardware to Flex
Here is the code and a pdf of the slides of my talk on connecting hardware to flex at WebDU
Code for Arduno LED Shield and Funnel IO light and temperature real time graph.
Download a PDF of my talk (1.9 Mb) or view on slide share.
Any questions on my talk just comment below or email me.
TweetBacks
Thank you very much for featuring FIO in your demonstration! Please let me know if you have suggestions about FIO and/or Funnel.
Best,
Shigeri
One improvement I think would be useful was if the Arduino class dispatched events on a digital or analogue input data change. That way there would be no need to set up timers or use on enter frame to see if inputs have changed.
I'm sorry for the lacking of documentation. "dispatching events on a digital or analogue input data change" feature is already available as follows:
http://funnel.cc/Software/ActionScript3