Searched refs:spi0 (Results 1 – 4 of 4) sorted by relevance
/AliOS-Things-master/components/py_engine/tests/haas/HaaS100/python-apps/driver/oled/ |
A D | main.py | 6 spi0 = SPI() variable 7 spi0.open("SPI1") 15 display = sh1106.SH1106_SPI(width=132, height=64, spi=spi0, dc = gpio_dc, res = gpio_res)
|
/AliOS-Things-master/components/py_engine/tests/haas/HaaSEdu/python-apps/driver/oled/ |
A D | main.py | 6 spi0 = SPI() variable 7 spi0.open("oled_spi") 15 display = sh1106.SH1106_SPI(width=132, height=64, spi=spi0, dc = gpio_dc, res = gpio_res)
|
/AliOS-Things-master/components/py_engine/tests/haas/HaaSEdu/python-apps/driver/gyroscope/ |
A D | main.py | 12 spi0 = SPI() variable 13 spi0.open("oled_spi") 21 display = sh1106.SH1106_SPI(width=132, height=64, spi=spi0, dc = gpio_dc, res = gpio_res)
|
/AliOS-Things-master/components/drivers/peripheral/spi/ |
A D | README.md | 7 * /dev/spi0
|
Completed in 17 milliseconds