1 增加对PMOS的支持
2 修复到达预定温度后蜂鸣器只响一次的历史遗留bug
This commit is contained in:
createskyblue
2020-10-13 11:47:54 +08:00
parent 1c87c8832a
commit 679e0ad341
6 changed files with 8189 additions and 1841 deletions

View File

@@ -20,7 +20,7 @@
//
// ATmega328-controlled Soldering Station for Hakko T12 Tips.
// 此v1.8t3版本功能简介
// This 1.8t1 version of the code implements:
// This 1.8t3 version of the code implements:
// - 烙铁头温度实时监测
// - Temperature measurement of the tip
// - PID温度控制
@@ -64,7 +64,9 @@
// - 开机密码设置
// - System Password
// - 允许设置旋钮方向
// - Knob direction setting menu
// - 内嵌看门狗,宕机自动重启
// - Watchdog timer automatic reset the MCU
// Power supply should be in the range of 16V/2A to 24V/3A and well
// stabilized.

File diff suppressed because it is too large Load Diff