Difference between revisions of "Userspace Arduino:Libraries"

From eLinux.org
Jump to: navigation, search
Line 1: Line 1:
 
This page has a list of all the libraries and the functions that are supported by Userspace Arduino project.
 
This page has a list of all the libraries and the functions that are supported by Userspace Arduino project.
  
 +
==Libraries==
 +
{|border="3"
 +
|+
 +
!Default||I2C||SPI||Serial||7Segment||Servo||Stepper||LCD
 +
|- style="background:green"
 +
|pinMode
 +
|- style="background:green"
 +
|delay
 +
|- style="background:green"
 +
|digitalRead
 +
|- style="background:green"
 +
|digitalWrite
 +
|- style="background:green"
 +
|analogRead
 +
|- style="background:green"
 +
|analogWrite
 +
|- style="background:green"
 +
|shiftOut
 +
|- style="background:yellow"
 +
|analogWriteResolution
 +
|- style="background:yellow"
 +
|analogReadResolution
 +
|- style="background:red"
 +
| || Begin() || Begin()|| Begin()|| Begin()|| Begin()|| Begin()|| Begin()
 +
|}
 
{| class="wikitable"
 
{| class="wikitable"
 
|-
 
|-

Revision as of 09:23, 22 July 2013

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

Libraries

Default I2C SPI Serial 7Segment Servo Stepper LCD
pinMode
delay
digitalRead
digitalWrite
analogRead
analogWrite
shiftOut
analogWriteResolution
analogReadResolution
Begin() Begin() Begin() Begin() Begin() Begin() Begin()
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()