Arduino/Libraries: Unterschied zwischen den Versionen

aus Metalab Wiki, dem offenen Zentrum für meta-disziplinäre Magier und technisch-kreative Enthusiasten.
Zur Navigation springenZur Suche springen
(5 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt)
Zeile 1: Zeile 1:
= Metalab Arduino Libraries =
+
= Metalab [[Arduino]] Libraries =
  
Collection of Arduino compatible libraries developed by Metalab people.
+
Collection of [[Arduino]] compatible libraries developed by Metalab people.
 
These libraries are Free Software. See individual files for license/copyright info.
 
These libraries are Free Software. See individual files for license/copyright info.
  
 
The links go directly to our SVN repository, so the latest version is what you get.
 
The links go directly to our SVN repository, so the latest version is what you get.
  
* [https://whatever.metalab.at/projects/Arduino/libraries/Max6960 Max6960]
+
* [https://whatever.metalab.at/projects/Arduino/libraries/TLC5940 TLC5940] - Library to control a TI TLC5940 LED driver
* [https://whatever.metalab.at/projects/Arduino/libraries/TLC5940 TLC5940]
+
* [https://whatever.metalab.at/projects/Arduino/libraries/MetaPWM MetaPWM] - Makes it possible to fine-tune the analog output PWM frequency
* [https://whatever.metalab.at/projects/Arduino/libraries/SoftwareSerial SoftwareSerial]
+
* [https://whatever.metalab.at/projects/Arduino/libraries/MetaTimer MetaTimer] - Execute a callback function at a given interval
 +
* SoftwareSerial - work in progress
 +
* Max6960 - Not yet Arduino compatible
  
 
FIXME: A general howto install and use
 
FIXME: A general howto install and use
Zeile 15: Zeile 17:
 
[[Kategorie:Projekte]]
 
[[Kategorie:Projekte]]
 
[[Kategorie:WhateverLab]]
 
[[Kategorie:WhateverLab]]
 +
[[Kategorie:Arduino]]

Version vom 6. Juli 2008, 17:48 Uhr

Metalab Arduino Libraries

Collection of Arduino compatible libraries developed by Metalab people. These libraries are Free Software. See individual files for license/copyright info.

The links go directly to our SVN repository, so the latest version is what you get.

  • TLC5940 - Library to control a TI TLC5940 LED driver
  • MetaPWM - Makes it possible to fine-tune the analog output PWM frequency
  • MetaTimer - Execute a callback function at a given interval
  • SoftwareSerial - work in progress
  • Max6960 - Not yet Arduino compatible

FIXME: A general howto install and use