1 Star 0 Fork 0

duandaoke/SensorMaster

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 488 Bytes
一键复制 编辑 原始数据 按行查看 历史
duandaoke 提交于 2020-12-09 17:01 . add methods setCoil and NegateCoil
language: python
python:
- "2.7"
sudo: false
cache:
directories:
- "~/.platformio"
env:
- PLATFORMIO_CI_SRC=examples/readWriteRegister/readWriteRegister.ino
- PLATFORMIO_CI_SRC=utils/scanRegisters/scanRegisters.ino
install:
- pip install -U platformio
- pio upgrade
- pio update
script:
- platformio ci --lib="." --board=mayfly --board=feather32u4 --board=adafruit_feather_m0 --board=uno --board=megaatmega2560 --board=huzzah --board=featheresp32
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/duandaoke/sensor-master.git
[email protected]:duandaoke/sensor-master.git
duandaoke
sensor-master
SensorMaster
master

搜索帮助