Skip to content

ADC and Display module for Volwave power measure system

License

Notifications You must be signed in to change notification settings

VolWaves/VPMS-Pico

Repository files navigation

VolWaves Power Meter System

沃尔微功耗测试系统(VPMS) RP2040 端

环境搭建

Get pico SDK

git clone https://gitee.com/xianii/pico-sdk
cd pico-sdk
git submodule update --init

## Add pico-sdk Path to your environment
echo export PICO_SDK_PATH=$PWD >> ~/.profile

Install dependencies

sudo apt update && sudo apt install -y cmake make ninja-build gcc g++ openssl libssl-dev cmake gcc-arm-none-eabi libnewlib-arm-none-eabi libstdc++-arm-none-eabi-newlib

Compile

make

IO

用法

# 编译
make
# 格式化
make format
# 清理
make clean
# 重新编译
make rebuild

About

ADC and Display module for Volwave power measure system

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published