Difference between revisions of "Userspace Arduino:Libraries"

From eLinux.org
Jump to: navigation, search
(Libraries)
Line 4: Line 4:
 
{|border="3"
 
{|border="3"
 
|+
 
|+
!Default||I2C||SPI||Serial||7Segment||Servo||Stepper||LCD
+
!Description||Status||Notes
 
|- style="background:green"
 
|- style="background:green"
 
|pinMode
 
|pinMode
Line 23: Line 23:
 
|- style="background:yellow"
 
|- style="background:yellow"
 
|analogReadResolution
 
|analogReadResolution
|- style="background:red"
 
| || Begin() || Begin()|| Begin()|| Begin()|| Begin()|| Begin()|| Begin()
 
 
|}
 
|}
 
{| class="wikitable"
 
{| class="wikitable"

Revision as of 09:27, 22 July 2013

This page has a list of all the libraries and the functions that are supported by Userspace Arduino project.

Libraries

Description Status Notes
pinMode
delay
digitalRead
digitalWrite
analogRead
analogWrite
shiftOut
analogWriteResolution
analogReadResolution
Library Name Functions working Functions to be added
Included by default pinMode, digitalRead, digitalWrite,analogRead, analogWrite, shiftOut, delay analogWriteResolution
I2C - Begin(), requestFrom(), beginTransmission(), endTransmission(),write(), available(), read(), onReceive(), onRequest()
SPI - begin(), end(), setBitOrder(), setClockDivider(),setDataMode(), transfer()
7segment - Begin(),
Serial - begin(), print(), println(), available(), read(), write()