码迷,mamicode.com
首页 > 其他好文 > 详细

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

时间:2016-11-11 20:44:21      阅读:189      评论:0      收藏:0      [点我收藏+]

标签:com   margin   substring   bsp   bottom   学习笔记   substr   string   注意   

1、宏定义

技术分享

2、整数常量

技术分享

技术分享

 

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学习笔记(二)—— 一些注意的语法点

标签:com   margin   substring   bsp   bottom   学习笔记   substr   string   注意   

原文地址:http://www.cnblogs.com/BlueMountain-HaggenDazs/p/6055349.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!