-
Notifications
You must be signed in to change notification settings - Fork 1
/
mos.yml
33 lines (29 loc) · 977 Bytes
/
mos.yml
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
author: Barduino
description: Solar panel monitor (JavaScript)
version: 1.0
libs_version: ${mos.version}
modules_version: ${mos.version}
mongoose_os_version: ${mos.version}
sources:
- src
filesystem:
- fs
libs:
# common mgos libs
- origin: https://github.com/mongoose-os-libs/i2c
- origin: https://github.com/mongoose-os-libs/rpc-service-config
- origin: https://github.com/mongoose-os-libs/rpc-service-fs
- origin: https://github.com/mongoose-os-libs/rpc-uart
- origin: https://github.com/mongoose-os-libs/spi
# libs necessary for the current app
- origin: https://github.com/mongoose-os-libs/arduino-adafruit-dht
- origin: https://github.com/mongoose-os-libs/mjs
- origin: https://github.com/mongoose-os-libs/adc
- origin: https://github.com/mongoose-os-libs/arduino-onewire
- origin: https://github.com/mongoose-os-libs/aws
- origin: https://github.com/mongoose-os-libs/wifi
tags:
- js
- arduino
- hw
skeleton_version: 2017-05-18