上一页 1 ··· 29 30 31 32 33 34 35 36 37 ··· 42 下一页
摘要: 参考1(已验证稍加修改可与Arduino通信):https://blog.csdn.net/qq_36106219/article/details/81701368 参考2(比较全,main函数需要自己写):https://blog.csdn.net/qq_27251141/article/deta 阅读全文
posted @ 2019-09-17 18:22 梅长苏枫笑 阅读(5406) 评论(1) 推荐(1) 编辑
摘要: 参考: 1。https://baike.baidu.com/item/TTL%E7%94%B5%E5%B9%B3/5904345 2。https://baike.baidu.com/item/CMOS%E7%94%B5%E5%B9%B3/10890242 TTL电平 编辑 锁定 讨论999 TTL电 阅读全文
posted @ 2019-09-16 11:43 梅长苏枫笑 阅读(1052) 评论(0) 推荐(0) 编辑
摘要: 来源:https://blog.csdn.net/osanwenyu/article/details/48439461 版权声明:本文为博主原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。 本文链接:https://blog.csdn.net/oSanWenYu/ 阅读全文
posted @ 2019-09-12 11:44 梅长苏枫笑 阅读(340) 评论(0) 推荐(0) 编辑
摘要: 参考:https://www.cnblogs.com/Simulation-Campus/p/8809999.html 1、 用在类中的析构函数之前,表示该函数是析构函数。如类A的析构函数 class A { //... ~A(){}//析构函数 }; 2、 用于数字或者整形变量之前,表示对该数取反 阅读全文
posted @ 2019-09-11 18:49 梅长苏枫笑 阅读(3143) 评论(0) 推荐(0) 编辑
摘要: 参考:http://www.cplusplus.com/reference/sstream/wstringbuf/ class <sstream> std::wstringbuf typedef basic_stringbuf<wchar_t> wstringbuf; String stream b 阅读全文
posted @ 2019-09-11 15:30 梅长苏枫笑 阅读(465) 评论(0) 推荐(0) 编辑
摘要: 读取写入方式分为数字和模拟 读取方式:(注意接地) 数字:digitalRead(pin); 模拟:analogRead(A1);float val=value*(5.0/1023.0); // 0·····1023 写入方式: 数字:digitalWrite(pin,HIGH/LOW); 模拟:a 阅读全文
posted @ 2019-09-11 14:40 梅长苏枫笑 阅读(1212) 评论(1) 推荐(0) 编辑
摘要: 参考来源:https://wenku.baidu.com/view/851b15b84bfe04a1b0717fd5360cba1aa8118cfd.html 这篇不是技术性文章哈,来自百度文库写的挺好的,还是在自己的博客记录着呀 既往不恋,当下不杂,未来不迎 做个独立的人很重要,所有的寂寞孤独冷, 阅读全文
posted @ 2019-09-09 15:45 梅长苏枫笑 阅读(510) 评论(0) 推荐(0) 编辑
摘要: 参考来源: 1.https://blog.csdn.net/Eroslol/article/details/52525541 2.https://www.cnblogs.com/hustdc/p/6855051.html 1. // make a 7x7 complex matrix filled 阅读全文
posted @ 2019-08-12 02:31 梅长苏枫笑 阅读(4448) 评论(0) 推荐(1) 编辑
摘要: 所有参考来自网上仅仅做学习记录用,具体正确性需要在具体项目各自验证,不涉及具体错误代码处理调试等问题,欢迎发现发现问题~ 参考: 1. https://blog.csdn.net/LiheZhu/article/details/50485317 2. https://mangoroom.cn/ope 阅读全文
posted @ 2019-08-12 00:34 梅长苏枫笑 阅读(9757) 评论(1) 推荐(0) 编辑
摘要: 参考来源:https://www.arduino.cn/thread-42417-1-1.html 查了好久,发现除了奈何等等几位大神总结过arduino各板子之间的性能、差异,没有很新的分析文章,在此斗胆写一篇测评。亚伦安娜写以方便刚刚开始学Arduino的朋友买到合适的开发板。Arduino系列 阅读全文
posted @ 2019-08-10 09:46 梅长苏枫笑 阅读(1630) 评论(0) 推荐(0) 编辑
上一页 1 ··· 29 30 31 32 33 34 35 36 37 ··· 42 下一页