随笔分类 -  misc

杂类
摘要:logic analyzer device: Saleae Logic 16 Pc software gui: capture signal picture: send command 0x55 throught spi controller 阅读全文
posted @ 2018-12-29 11:05 嵌入式实操 阅读(314) 评论(0) 推荐(0)
摘要:script context : #! /bin/bash for f in $(find . -name '*.c' -or -name '*.cpp' -or -name '*.h' -type f)do astyle --style=kr --indent=tab -p -P -k1 $fdo 阅读全文
posted @ 2018-12-10 17:39 嵌入式实操 阅读(137) 评论(0) 推荐(0)
摘要:url: http://www.asciiarts.net/ example : hello 阅读全文
posted @ 2018-12-10 17:30 嵌入式实操 阅读(155) 评论(0) 推荐(0)