forked from arduino/Arduino
-
Notifications
You must be signed in to change notification settings - Fork 5
API List
SuguruHarada64 edited this page Feb 22, 2022
·
6 revisions
- The Arduino APIs corresponding to each platform are listed below.
- A reference for Arduino APIs can be found at the link below.
- 有志が日本語訳したAPIのリファレンスについては以下参照
- Digital-IO
- pinMode()
- digitalWrite()
- digitalRead()
- Analog IO
- analogReference()
- analogRead()
- analogWrite()
- analogWriteFrequency()
- analogWritePinFrequency()
- Advanced IO
- tone()
- noTone()
- shiftOut()
- shiftIn()
- shitOutEx()
- pulseIn()
- Time
- millis()
- delay()
- delayMicroseconds()
- Math
- min()
- max()
- abs()
- constrain()
- map()
- pow()
- sqrt()
- Trigonometry
- sin()
- cos()
- tan()
- Random Numbers
- randomSeed()
- random()
- Bits and Bytes Operation
- lowByte()
- highByte()
- bitRead()
- bitWrite()
- bitSet()
- bitClear()
- bit()
- Interrupt
- attachInterrupt()
- detachInterrupt()
- inturrupts()
- noInterrupts()
- Hardware serial
- begin()
- end()
- available()
- read()
- peek()
- flush()
- write()
- print()
- println()
- availableForWrite()
- availableForRead()