摘要:
Const常量真的不能改变了么? 在介绍const用法的时候,老师们都说"由const修饰的变量的数值是不能修改的", 不过世间的事总不是那么绝对的!下面就介绍几种修改const变量的方法!我们声明一个const类型的变量,可以用如下代码:const int a = 2;直接对a进行赋值是不行的,如 阅读全文
摘要:
http://www.instructables.com/id/ESP8266-ADC-Analog-Sensors/?ALLSTEPS ESP8266 modules have the capacity to perform many useful tasks. GPIO pins can be 阅读全文