## demo目录说明 [adc](https://gitee.com/openLuat/LuatOS/tree/master/module/Air8101/demo/adc):本demo演示LuatOS的ADC功能,用于模拟信号的读取,适用于传感器数据采集等场景。 [bit](https://gitee.com/openLuat/LuatOS/tree/master/module/Air8101/demo/bit):本demo演示LuatOS的bit操作功能,适用于需要进行位级操作的场景。 [bit64](https://gitee.com/openLuat/LuatOS/tree/master/module/Air8101/demo/bit64):本demo演示LuatOS的64位bit操作功能,适用于需要进行大范围位级操作的场景。 [camera](https://gitee.com/openLuat/LuatOS/tree/master/module/Air8101/demo/camera/):本demo演示LuatOS的DVP和USB摄像头功能,适用于需要集成摄像头进行图像采集的设备。 [crypto](https://gitee.com/openLuat/LuatOS/tree/master/module/Air8101/demo/crypto):本demo演示LuatOS的加密功能,包括哈希、对称加密和非对称加密等,适用于需要进行数据加密和解密的场景。 [errdump](https://gitee.com/openLuat/LuatOS/tree/master/module/Air8101/demo/errdump):本demo演示LuatOS的错误信息转储功能,适用于设备调试和错误分析。 [fastlz](https://gitee.com/openLuat/LuatOS/tree/master/module/Air8101/demo/fastlz):本demo演示LuatOS的fastlz压缩解压缩功能,适用于数据的压缩和解压缩场景。 [fota](https://gitee.com/openLuat/LuatOS/tree/master/module/Air8101/demo/fota):本demo演示LuatOS的FOTA(空中下载)功能,包括固件更新等,适用于设备远程升级和维护。 [fs](https://gitee.com/openLuat/LuatOS/tree/master/module/Air8101/demo/fs):本demo演示LuatOS的文件系统功能,包括文件读写等,适用于需要进行文件存储和操作的场景。 [fskv](https://gitee.com/openLuat/LuatOS/tree/master/module/Air8101/demo/fskv):本demo演示LuatOS的键值对数据存储功能,包括数据读写等,适用于需要进行小批量数据存储的场景。 [ftp](https://gitee.com/openLuat/LuatOS/tree/master/module/Air8101/demo/ftp):本demo演示使用ftp协议,实现LuatOS与ftp服务器的通信,适用于需要进行网络通信的场景。 [gpio](https://gitee.com/openLuat/LuatOS/tree/master/module/Air8101/demo/gpio):本demo演示LuatOS的GPIO功能,包括数字输入输出等,适用于需要进行硬件控制的场景。 [hello_world](https://gitee.com/openLuat/LuatOS/tree/master/module/Air8101/demo/hello_world):本demo演示LuatOS的基本运行环境,通过输出“Hello, World!”来验证开发环境是否搭建成功。 [hmeta](https://gitee.com/openLuat/LuatOS/tree/master/module/Air8101/demo/hmeta):本demo演示LuatOS的硬件信息查询功能,适用于获取设备硬件相关信息。 [http](https://gitee.com/openLuat/LuatOS/tree/master/module/Air8101/demo/http):本demo演示LuatOS的HTTP协议功能,包括网页请求和文件下载等,适用于需要进行网络通信的场景。 [i2c](https://gitee.com/openLuat/LuatOS/tree/master/module/Air8101/demo/i2c):本demo演示LuatOS的I2C通信功能,通过SHT20温湿度传感器来读取温度和湿度信息。 [iconv](https://gitee.com/openLuat/LuatOS/tree/master/module/Air8101/demo/iconv):本demo演示LuatOS的字符编码转换功能,适用于需要进行字符编码转换的场景。 [json](https://gitee.com/openLuat/LuatOS/tree/master/module/Air8101/demo/json):本demo演示LuatOS的JSON数据解析和生成功能,适用于需要进行JSON格式数据处理的场景。 [lcd](https://gitee.com/openLuat/LuatOS/tree/master/module/Air8101/demo/lcd):本demo演示LuatOS的LCD显示功能,适用于需要进行图形界面显示的设备。 [exnetif](https://gitee.com/openLuat/LuatOS/tree/master/module/Air8101/demo/exnetif):本demo演示LuatOS的多网自动切换和多网融合功能,适用于多种网络承载方式连接外网和一种承载连接外网,多种承载连接内网,外网转内网的场景。 [log](https://gitee.com/openLuat/LuatOS/tree/master/module/Air8101/demo/log):本demo演示LuatOS的日志记录功能,适用于需要进行日志记录和分析的场景。 [lowpower](https://gitee.com/openLuat/LuatOS/tree/master/module/Air8101/demo/lowpower):本demo演示LuatOS的低功耗模式功能,适用于需要进行设备功耗优化的场景。 [luatos_framework](https://gitee.com/openLuat/LuatOS/tree/master/module/Air8101/demo/luatos_framework):本demo演示LuatOS的基本运行框架,适用于入门学习LuatOS的场景。 [lvgl](https://gitee.com/openLuat/LuatOS/tree/master/module/Air8101/demo/lvgl):本demo演示lvgl图形库的使用方法,适用于使用lvgl图形库开发ui应用的场景。 [mp4_record_upload](https://gitee.com/openLuat/LuatOS/tree/master/module/Air8101/demo/mp4_record_upload):本demo演示mp4视频录制,存储到tf卡,http上传到服务器的使用方法,适用于视频录制存储并且上传的场景。 [mqtt](https://gitee.com/openLuat/LuatOS/tree/master/module/Air8101/demo/mqtt):本demo演示LuatOS的MQTT协议功能,适用于物联网场景下的消息发布和订阅。 [multi_network/WIFI_4G_ETH/Air8101_Air780EPM](https://gitee.com/openLuat/LuatOS/tree/master/module/Air8101/demo/multi_network/WIFI_4G_ETH/Air8101_Air780EPM):本demo演示Air8101使用LuatOS外挂Air780EPM模组实现4G上网的功能,适用于LuatOS WiFi主控扩充4G上网的场景。 [netdrv/air8101](https://gitee.com/openLuat/LuatOS/tree/master/module/Air8101/demo/netdrv/air8101):本demo演示LuatOS的以太网驱动功能,适用于以太网连接外网的场景。 [protobuf](https://gitee.com/openLuat/LuatOS/tree/master/module/Air8101/demo/protobuf):本demo演示LuatOS的protobuf数据解析和生成功能,适用于需要进行protobuf格式数据处理的场景。 [pwm](https://gitee.com/openLuat/LuatOS/tree/master/module/Air8101/demo/pwm):本demo演示LuatOS的PWM功能,适用于需要进行脉冲宽度调制的场景。 [random](https://gitee.com/openLuat/LuatOS/tree/master/module/Air8101/demo/random):本demo演示LuatOS的随机数功能,适用于需要使用随机数的场景。 [sd_card](https://gitee.com/openLuat/LuatOS/tree/master/module/Air8101/demo/sd_card):本demo演示LuatOS的tf卡功能,适用于需要使用tf卡存储数据的场景。 [sntp](https://gitee.com/openLuat/LuatOS/tree/master/module/Air8101/demo/sntp):本demo演示LuatOS的NTP网络时间同步功能,适用于需要进行时间同步的场景。 [socket/client/long_connection](https://gitee.com/openLuat/LuatOS/tree/master/module/Air8101/demo/socket/client/long_connection):本demo演示LuatOS的socket长连接功能,适用于需要使用tcp,udp,ssl的场景。 [spi](https://gitee.com/openLuat/LuatOS/tree/master/module/Air8101/demo/SPI):本demo演示LuatOS的SPI通信功能,适用于需要进行SPI通信的场景。 [string](https://gitee.com/openLuat/LuatOS/tree/master/module/Air8101/demo/string):本demo演示LuatOS的字符串操作功能,包括字符串拼接、分割、查找等,适用于需要进行字符串处理的场景。 [tcp](https://gitee.com/openLuat/LuatOS/tree/master/module/Air8101/demo/tcp):本demo演示LuatOS的TCP协议功能,适用于需要进行TCP通信的场景。 [timer](https://gitee.com/openLuat/LuatOS/tree/master/module/Air8101/demo/timer):本demo演示LuatOS的定时器功能,包括单次定时器和周期定时器,适用于需要定时执行任务的场景。 [uart](https://gitee.com/openLuat/LuatOS/tree/master/module/Air8101/demo/uart):本demo演示LuatOS的UART串口通信功能,适用于需要进行串口通信的场景。 [udp](https://gitee.com/openLuat/LuatOS/tree/master/module/Air8101/demo/udp):本demo演示LuatOS的UDP协议功能,适用于需要进行UDP通信的场景。 [wdt](https://gitee.com/openLuat/LuatOS/tree/master/module/Air8101/demo/wdt):本demo演示LuatOS的看门狗定时器功能,适用于需要进行设备监控和自动复位的场景。 [web_socket](https://gitee.com/openLuat/LuatOS/tree/master/module/Air8101/demo/web_socket):本demo演示使用websocket协议,实现LuatOS与Web服务器的通信,适用于实时数据传输和双向通信场景。 [wlan/airkiss](https://gitee.com/openLuat/LuatOS/tree/master/module/Air8101/demo/wlan/airkiss):本demo演示LuatOS的airkiss方式的WiFi配网功能,适用于WiFi配网的场景。 [wlan/http](https://gitee.com/openLuat/LuatOS/tree/master/module/Air8101/demo/wlan/http):本demo演示LuatOS的WiFi station模式下的http应用功能,适用于WiFi station模式下的http应用场景。 [wlan/softAP](https://gitee.com/openLuat/LuatOS/tree/master/module/Air8101/demo/wlan/softAP):本demo演示LuatOS的softAP方式的WiFi配网功能,适用于WiFi配网的场景。 [zbuff](https://gitee.com/openLuat/LuatOS/tree/master/module/Air8101/demo/zbuff):本demo演示LuatOS的zbuff内存数据操作功能,适用于可以最大限度的利用内存的场景。