Skip to content
George edited this page Dec 14, 2018 · 1 revision

panStamp provides three different API's, which are often combined in the same application. Each API has a special purpose and provides control over different cores and peripherals:

  • Arduino API : generic delay functions and I/O control, including digital I/O's, ADC's, PWM's, UART, SPI and I2C.
  • panStamp API : core functions and power management.
  • SWAP API : SWAP (protocol) functions. This API is implemented in a separate library.
Clone this wiki locally