# AiPi_HZY_Weather **Repository Path**: toolkit/ai-pi_-hzy_-weather ## Basic Information - **Project Name**: AiPi_HZY_Weather - **Description**: 使用小安派eyes-s1开发的天气站程序 - **Primary Language**: C - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 3 - **Created**: 2023-09-07 - **Last Updated**: 2023-09-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 1.克隆 ``` git clone -b release/v1.0.0 https://github.com/Ai-Thinker-Open/Ai-Pi_Eeys.git cd Ai-Pi_Eeys git submodule init git submodule update cd aithinker_Ai-M6x_SDK . install.sh . export.sh cd .. ``` ### 2.编译 ``` make ``` ### 3.下载 ``` make flash COMX=COMxx COMxx:是电脑中实际接入小安派TTL工具的 COM口 ```