aboutsummaryrefslogtreecommitdiff
path: root/docs/API.md
blob: 5b71de740bbc06b019124960d58a23c41fc46980 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
JavaScript* Runtime for Zephyr* OS (ZJS) API
============================================

These are the current APIs supported by ZJS:

I/O
---
[AIO](./aio.md)

[GPIO](./gpio.md)

[I2C](./i2c.md)

[PWM](./pwm.md)

[UART](./uart.md)

Generic Sensors
---------------
[Sensors](./sensors.md)

Communications
--------------
[BLE](./ble.md)

[OCF](./ocf.md)

Display
-------
[Grove LCD](./grove_lcd.md)

Board Support
-------------
[Arduino 101](./a101_pins.md)

[FRDM-K64F](./k64f_pins.md)

General
-------
[Buffer](./buffer.md)

[Console](./console.md)

[Events](./events.md)

[Performance](./performance.md)

[Timers](./timers.md)