forked from arduino/Arduino
-
Notifications
You must be signed in to change notification settings - Fork 4
API List RL78G23 128pin
SuguruHarada64 edited this page Jun 28, 2024
·
1 revision
- 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()
- pulseInLong()
- Time
- millis()
- micros()
- delay()
- delayMicroseconds()
- Math
- min()
- max()
- abs()
- constrain()
- map()
- pow()
- sqrt()
- sq()
- 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()
- Wire
- begin()
- requestFrom()
- beginTransmission()
- endTransmission()
- write()
- available()
- read()
- setClock()
- Ethernet Library
- begin()
- setRstPin()
- setCsPin()
- init()
- softreset()
- hardreset()
- maintain()
- WoL()
- phyMode()
- phyState()
- link()
- linkReport()
- speed()
- speedReport()
- duplex()
- duplexReport()
- setRtTimeOut()
- getRtTimeOut()
- setRtCount()
- getRtCount()
- macAddress()
- macAddressReport()
- setHostname()
- localIP()
- subnetMask()
- gatewayIP()
- dnsServerIP()
- IPAddress()
- Client Library
- connected()
- connect()
- remoteIP()
- remoteMAC()
- write()
- print()
- println()
- available()
- read()
- flush()
- stop()
- peek()
- getSocketNumber()
- getSocketMode()
- setNoDelayedACK()
- getNoDelayedACK()
- Server Library
- begin()
- available()
- write()
- print()
- println()
- LiquidCrystal Library
- begin()
- clear()
- home()
- setCursor()
- write()
- print()
- cursor()
- noCursor()
- blink()
- noBlink()
- display()
- noDisplay()
- scrollDisplayLeft()
- scrollDisplayRight()
- autoscroll()
- noAutoscroll()
- leftToRight()
- rightToLeft()
- createChar()
- Firmata Library
- begin()
- printVersion()
- blinkVersion()
- printFirmwareVersion()
- setFirmwareVersion()
- setFirmwareNameAndVersion()
- sendAnalog()
- sendDigitalPort()
- sendString()
- sendString()
- sendSysex()
- write()
- available()
- processInput()
- attach()
- detach()
- sendValueAsTwo7bitBytes() *.startSysex()
- endSysex()
- getPinMode()
- setPinMode()
- getPinState()
- setPinState()
- disableBlinkVersion()
- parse()
- isPasingMessage()
- SoftwareSerial Library
- SoftwareSerial()
- begin()
- end()
- available()
- read()
- peek()
- flush()
- write()
- print()
- println()
- listen()
- isListening()
- overflow()
- Periodic Operation Library
- attachIntervalTimerHandler()
- detachIntervalTimerHandler()
- set()
- start()
- stop()
- attachCyclicHandler()
- detachCyclicHandler()
- SPI Library
- SPISettings()
- begin()
- beginTransaction()
- transfer()
- transfer16()
- endTransaction()
- end()
- setBitOrdernd()
- setDataMode()
- setClockDivider()
- Power Save Library
- setPowerManagementMode()
- getPowerManagementMode()
- RTC Library
- begin()
- end()
- setDateTime()
- getDateTime()
- attachAlarmHandler()
- setAlarmTime()
- alarmOn()
- alarmOff()
- attachConstantPeriodHandler ()
- constantPeriodOn()
- constantPeriodOff()
- Servo Library
- attach()
- write()
- writeMicroseconds()
- read()
- attached()
- detach()
- Stepper Library
- Stepper()
- setSpeed()
- step()
- Utility Library
- softwareReset()
- getResetFlag()
- readResetFlag()
- getTemperature()
- SdFat Library
- Please refer to the following steps
- Download https://github.com/greiman/SdFat/archive/refs/tags/2.2.2.zip
- After unzip the downloaded file, unzip doc/html.zip
- Open doc/SdFat.html
- Please refer to the following steps