Skip to content

Supported APIs

Neil Kolban edited this page Dec 19, 2015 · 1 revision

The goal of the library is to implement as faithfully as possible the Arduino core libraries. Here we list the APIs ported with any comments/caveats associated with them:


Timing

  • delay()
  • delayMicroseconds()
  • millis()
  • micros()
  • yield()

GPIO

  • digitalWrite()
  • digitalRead()
  • pinMode()
  • pulseIn()
  • shiftIn()
  • shiftOut()
Clone this wiki locally