-
Notifications
You must be signed in to change notification settings - Fork 29
Application programming Interfaces
dberenguer edited this page Aug 20, 2014
·
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.