# 数控直流电源表 **Repository Path**: chen11232/multi-output-ammeter ## Basic Information - **Project Name**: 数控直流电源表 - **Description**: 基于STM32F070F6P6的数控直流电源表,支持1.8V、3.3V、5V、9V、12V输出 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 2 - **Created**: 2024-09-09 - **Last Updated**: 2025-05-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 数控直流电源板 #### 介绍 数控直流电源支持1.8V、3.3V、5V、9V、12V电压输出,除1.8V外最大输出电流1.5A(更换继电器可以获得更高的输出电流),带短路保护、限流保护,可通过按键调节输出电压与保护电流,使用0.96寸OLED屏幕作为显示交互。 #### 软件架构 1. 使用STM32F070F6P6主控芯片,Cortex-M0内核,32KFlash、8KSRAM,最高48Mhz主频,对于这个项目来说已经够用了。 2. 软件使用STM32 Hal库,基础代码由STM32Cubemx生成,方便快捷。