BITS1 Posted August 10, 2010 Share Posted August 10, 2010 Hi guys, Here is my S3I library for Mac OS users. I have added some cool features (mischeviousMouse, inverting colors, keyboard shortcuts...etc) that you can have Teensy do! I hope that you guys can add more features to this library so everyone can use it too. Please tell me what you think. To use this library on your Arduino IDE, here's how: #include <S3I.h> S3I utility(11); The 11 is the LED pin number for Teensy 2.0 void setup(){ utility.openTerminal(); } void loop(){ do something } http://code.google.com/p/teensyprojects/downloads/list Sincerely, Bits1 (The S3I stands for SSSI meaning Search.Seize.Store Information) Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.