はじめてのmbedノートブック(learning notebook for a Notebook)
hi all,
I write this notebook for a practice :)
◇ ◇ ◇ ◇
mbedを使ってみた印象を書いてみる。使っているのは先日 秋月電子で買った 「mbed NXP LPC1768評価キット」。LPC1768ボードといえばコレなのか。
- 消費電力はそこそこあるのか、ボードが少し暖かくなる(電流はどれくらいなのだろう)
- C++を学習するのにちょうどいい(OS上で走るアプリだと、決まり事がいっぱいで理解できず)
- USBで書き込めるなんてすごいね(小並感)
◇ ◇ ◇ ◇
以下、タグの確認〜
Quote:
Can I markup a quote, help or warning block?
include the mbed library with this snippet
#include "mbed.h"
main() {
int i = 0;
return 0;
}
Heading 1
Heading 2
Heading 3
bold text, italic text, monospaced text
underlined text, strikethrough text
superscript text, subscript text
◇ ◇ ◇ ◇
eof
おわり。
Please log in to post comments.
