Toggle navigation
Githe.xyz Blog
Home
About
Archive
Githe.xyz Blog
「 学习记录 」
Arduino 模拟输入输出
"Hello World, Hello GitheBlog"
正文 模拟输入和模拟输出端口,在使用前不需要通过`pinMode()`函数初始化;另外,如果模拟输入端口悬空,那么`analogRead()`函数读取到的值将是随机的。 1 2 3 4 5 6 7 8 9 #include <Arduino.h> // 引入Arduino库,才能在程序中使用Arduino提供的方法; void loop(){ int v...
Posted by Githe on May 11, 2024
Arduino 串口通讯
"Hello World, Hello GitheBlog"
正文 1 2 3 4 5 6 7 8 9 10 11 12 13 14 #include <Arduino.h> // 引入Arduino库,才能在程序中使用Arduino提供的方法; void setup() { // 此函数只在Arduino启动时运行一次 Serial.begin(9600); // 启动串口通讯,并指定波特率为9600 } void loop(...
Posted by Githe on May 8, 2024
C++ 面向对象编程
"Hello World, Hello GitheBlog"
正文 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 6...
Posted by Githe on May 8, 2024
Hello 2024
"Hello World, Hello GitheBlog"
雪碧(doodlewind)邀请我给《JavaScript 二十年》 写的推荐序。 JavaScript 常常被戏称为一门偶然成功的玩具语言。而实际上,它出身名门,更是成长在聚光灯之下。纵观历史,有资格被标准化的编程语言甚少,它因此成为多方角力的战场,却也有幸同时得到业界与学界先驱的亲传。时至今日,我们甚至难言是它背负了太多妥协,还是这些妥协才成就了它呢。以史为鉴,或许你会有自己的...
Posted by Githe on May 8, 2024
My Programming Languages Spectrum
我的编程语言光谱
Posted by Hux on May 5, 2020
FEATURED TAGS
LF (逻辑基础)
笔记
Coq
SF (软件基础)
PLF (编程语言基础)
Arduino
C++
基础
面向对象
C
C++学习笔记
FRIENDS
Hux-Blog
太极创客