2020年6月27日 星期六

在 blogspot 顯示程式碼

http://4rdp.blogspot.com/2020/06/blogspot.html

近期開始在部落格貼出程式碼,但是排版顯示總是不盡理想,因此參考別人怎樣處理,這篇文章處理的方法最簡單,所以就選用它。
https://marcus116.blogspot.com/2018/02/blogger-blogger-show-code-using-google-code-prettify.html

程式顯示範例如下

void setup() {
  Serial.begin(57600);
  int a = 255;
  char str2[4] = "ABCD";     // ROM 1576 bytes, RAM 196 bytes
  Serial.print(str2);
  Serial.print(a);
  Serial.println("EF");
}

另外一個類似的方法也可以,https://pjchender.blogspot.com/2015/03/blogger.html
原來的文章有空時再逐一更新。

沒有留言:

張貼留言