forked from arduino/Arduino
-
Notifications
You must be signed in to change notification settings - Fork 4
API List RL78G15
SuguruHarada edited this page Oct 31, 2024
·
5 revisions
- The Arduino APIs corresponding to each platform are listed below.
- A reference for Arduino APIs can be found at the link below.
- Digital-IO
- pinMode()
- digitalWrite()
- digitalRead()
- Analog IO
- analogReference()
- analogRead()
- analogWrite()
- analogWriteFrequency()
- Advanced IO
- tone()
- noTone()
- shiftOut()
- shiftIn()
- shitOutEx()
- pulseIn()
- Time
- millis()
- micros()
- delay()
- delayMicroseconds()
- Math
- min()
- max()
- abs()
- constrain()
- map()
- sqrt()
- sq()
- Bits and Bytes Operation
- lowByte()
- highByte()
- bitRead()
- bitWrite()
- bitSet()
- bitClear()
- bit()
- Random Numbers
- randomSeed()
- random()
- Interrupt
- attachInterrupt()
- detachInterrupt()
- inturrupts()
- noInterrupts()
- Hardware serial
- begin()
- end()
- available()
- read()
- write()
- print()
- println()
- Wire
- begin()
- requestFrom()
- beginTransmission()
- endTransmission()
- write()
- available()
- read()
- setClock()
- onReceive()
- onRequest()