1 Star 0 Fork 5

overflow2014/stm32_iot_light_sensor

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
platformio.ini 825 Bytes
一键复制 编辑 原始数据 按行查看 历史
TsingWei 提交于 2019-12-25 21:01 . Init
;PlatformIO Project Configuration File
;
; Build options: build flags, source filter
; Upload options: custom upload port, speed and extra flags
; Library options: dependencies, extra library storages
; Advanced options: extra scripting
;
; Please visit documentation for the other options and examples
; https://docs.platformio.org/page/projectconf.html
[platformio]
include_dir=Inc
src_dir=Src
; lib_deps=FreeRTOS
; lib_dir=Middlewares/Third_Party
lib_dir=Lib
[common]
build_flags = -std=gnu99 -Wl,-u,_printf_float
-ISrc/MQTTPacket/src
-ISrc/ESP8266Client/src
-DconfigUSE_STATS_FORMATTING_FUNCTIONS=2
[env:genericSTM32F103RC]
platform = ststm32
board = genericSTM32F103RC
framework = stm32cube
monitor_speed = 115200
build_flags = ${common.build_flags}
upload_protocol = stlink
debug_tool = stlink
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/overflow2014/stm32_iot_light_sensor.git
git@gitee.com:overflow2014/stm32_iot_light_sensor.git
overflow2014
stm32_iot_light_sensor
stm32_iot_light_sensor
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385