Initial commit

This commit is contained in:
Pim van Pelt
2017-11-25 01:14:04 +01:00
parent d109bf9572
commit 4f64ed554a
34 changed files with 9873 additions and 0 deletions

26
libs/stmpe610/mos.yml Normal file
View File

@ -0,0 +1,26 @@
author: Pim van Pelt <pim@ipng.nl>
type: lib
description: Mongoose-OS STMPE610 for ESP32
platforms: [ esp32 ]
version: 1.0
sources:
- src
includes:
- include
config_schema:
- ["stmpe610", "o", {title: "TouchScreen settings"}]
- ["stmpe610.irq_pin", "i", 23, {title: "Touch IRQ pin"}]
- ["stmpe610.cs_pin", "i", 32, {title: "Touch CS pin"}]
libs:
- origin: libs/lobo-spi
tags:
- c
- spi
- hw
manifest_version: 2017-09-29