feat: 全量同步 254 个常用的 Arduino 扩展库文件

This commit is contained in:
yczpf2019
2026-01-24 16:05:38 +08:00
parent c665ba662b
commit 397b9a23a3
6878 changed files with 2732224 additions and 1 deletions

View File

@@ -0,0 +1,29 @@
#ifndef QDPEsp32Port_h
#define QDPEsp32Port_h
#define P0L 33
#define P1L 36
#define P2L 34
#define P3L 21
#define P4L 16
#define P5L 18
#define P6L 23
#define P7L 15
#define P8L 27
#define P9L 12
#define P10L 25
#define P0R 32
#define P1R 39
#define P2R 35
#define P3R 22
#define P4R 17
#define P5R 5
#define P6R 19
#define P7R 2
#define P8R 14
#define P9R 13
#define P10R 26
#endif