Arduino101学习笔记—— 一些注意的语法点

Posted Blue Mountain

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Arduino101学习笔记—— 一些注意的语法点相关的知识,希望对你有一定的参考价值。

1、宏定义

image

2、整数常量

image

image

 

3、支持C++ String类

(1)String 方法

charAt() 
compareTo() 
concat()
endsWith() 
equals()  
equalsIgnoreCase() 
GetBytes() 
indexOf() 
lastIndexOf 
length 
replace() 
setCharAt() 
startsWith() 
substring() 
toCharArray() 
toLowerCase() 
toUpperCase() 
trim()

(2)操作符

[](元素访问) 
+(串连) 
==(比较)

以上是关于Arduino101学习笔记—— 一些注意的语法点的主要内容,如果未能解决你的问题,请参考以下文章

Arduino101学习笔记(十三)—— 101六轴传感器

Arduino101学习笔记—— 模拟IO

Arduino101学习笔记—— 高级IO

Arduino101学习笔记—— 函数库

Arduino101学习笔记—— 时间API

Arduino101学习笔记—— 一些注意的语法点