Skip to content

Commit 880e7eb

Browse files
committed
Add more SDK examples
* Display * GPIO * GPS * I2C * PWM * SPI * Timer * UART * HTTP Client Signed-off-by: Ajay Bhargav <[email protected]>
1 parent ed1efc5 commit 880e7eb

File tree

10 files changed

+36
-0
lines changed

10 files changed

+36
-0
lines changed

.gitmodules

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,30 @@
44
[submodule "examples/example-console"]
55
path = examples/example-console
66
url = https://github.com/waybyte/example-console.git
7+
[submodule "examples/example-gps"]
8+
path = examples/example-gps
9+
url = https://github.com/waybyte/example-gps.git
10+
[submodule "examples/example-display"]
11+
path = examples/example-display
12+
url = https://github.com/waybyte/example-display.git
13+
[submodule "examples/example-gpio"]
14+
path = examples/example-gpio
15+
url = https://github.com/waybyte/example-gpio.git
16+
[submodule "examples/example-pwm"]
17+
path = examples/example-pwm
18+
url = https://github.com/waybyte/example-pwm.git
19+
[submodule "examples/example-spi"]
20+
path = examples/example-spi
21+
url = https://github.com/waybyte/example-spi.git
22+
[submodule "examples/example-i2c"]
23+
path = examples/example-i2c
24+
url = https://github.com/waybyte/example-i2c.git
25+
[submodule "examples/example-timer"]
26+
path = examples/example-timer
27+
url = https://github.com/waybyte/example-timer.git
28+
[submodule "examples/example-uart"]
29+
path = examples/example-uart
30+
url = https://github.com/waybyte/example-uart.git
31+
[submodule "examples/example-httpclient"]
32+
path = examples/example-httpclient
33+
url = https://github.com/waybyte/example-httpclient.git

examples/example-display

Submodule example-display added at 018a18a

examples/example-gpio

Submodule example-gpio added at 8b5c013

examples/example-gps

Submodule example-gps added at 8b652ab

examples/example-httpclient

Submodule example-httpclient added at 29dd887

examples/example-i2c

Submodule example-i2c added at 16b1c84

examples/example-pwm

Submodule example-pwm added at 4868609

examples/example-spi

Submodule example-spi added at 3cb92ca

examples/example-timer

Submodule example-timer added at f2c629c

examples/example-uart

Submodule example-uart added at 2ca3aeb

0 commit comments

Comments
 (0)