# BabyOS_Example **Repository Path**: zhistech/BabyOS_Example ## Basic Information - **Project Name**: BabyOS_Example - **Description**: 为BabyOS增加使用例子,每一个分支对应一篇教程,请根据需要切换至对应分支 - **Primary Language**: C - **License**: MIT - **Default Branch**: examples - **Homepage**: https://gitee.com/notrynohigh/BabyOS - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 48 - **Created**: 2021-11-04 - **Last Updated**: 2021-11-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # BabyOS_Example 【STM32F107 使用STM32标准库函数】 ------ ## example/template/ ### 实验内容: ①基于MCU内部FLASH进行KV存储。 ②通过shell指令进行交互: ```shell nr@bos:bos -v Version:7.1.0 nr@bos:kv bos hello bos hello 5 nr@bos:kv bos hello ``` ## example/ds18b20/ ### 实验内容: ①使用DS18B20温度传感器 ```shell nr@bos:temp -s nr@bos:temp r:2625 ``` BabyOS教程更新会在公众号推送: ![](https://gitee.com/notrynohigh/BabyOS_Example/raw/master/doc/QRcode.jpg)