Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Leafonyについて(1)AVR編・学びメモ
Search
anysonica
February 14, 2024
Programming
0
39
Leafonyについて(1)AVR編・学びメモ
anysonica
February 14, 2024
Tweet
Share
More Decks by anysonica
See All by anysonica
ハッスルメーター・Hustle Meter:A IoT game for very hot Japanese summer
anysonica
0
270
ハッスルメーター・Hustle Meter:A IoT game for very hot Japanese summerfor
anysonica
0
190
2024-04-06 AMeDAS to Lagoon SORACOM UG 2024-04-06
anysonica
0
370
Leafonyによる、ビニールハウス内の飽差の可視化
anysonica
0
59
Leafonyについて(2)STM編とLTM編.pdf
anysonica
0
11
ソラカメtips(1)RTSP対応アプリIP CENTCOMとマルチビュー
anysonica
0
370
2023-9-2 古民家再生へのIoT活用を考える SORACOM UG 発表 公開用
anysonica
0
94
2022-12-13 SORACOM UG ONLINE 発表Wio LTEを学びなおす
anysonica
0
380
2022-7-25 SORACOMUG 発表 畑の真ん中とお部屋で動かすソラカメ
anysonica
3
430
Other Decks in Programming
See All in Programming
CSC509 Lecture 09
javiergs
PRO
0
140
2024/11/8 関西Kaggler会 2024 #3 / Kaggle Kernel で Gemma 2 × vLLM を動かす。
kohecchi
5
920
CSC509 Lecture 12
javiergs
PRO
0
160
みんなでプロポーザルを書いてみた
yuriko1211
0
260
どうして僕の作ったクラスが手続き型と言われなきゃいけないんですか
akikogoto
1
120
Better Code Design in PHP
afilina
PRO
0
130
エンジニアとして関わる要件と仕様(公開用)
murabayashi
0
290
RubyLSPのマルチバイト文字対応
notfounds
0
120
Hotwire or React? ~アフタートーク・本編に含めなかった話~ / Hotwire or React? after talk
harunatsujita
1
120
Jakarta EE meets AI
ivargrimstad
0
180
ActiveSupport::Notifications supporting instrumentation of Rails apps with OpenTelemetry
ymtdzzz
1
230
as(型アサーション)を書く前にできること
marokanatani
10
2.7k
Featured
See All Featured
The World Runs on Bad Software
bkeepers
PRO
65
11k
Fantastic passwords and where to find them - at NoRuKo
philnash
50
2.9k
Done Done
chrislema
181
16k
Happy Clients
brianwarren
98
6.7k
Why You Should Never Use an ORM
jnunemaker
PRO
54
9.1k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
226
22k
Rebuilding a faster, lazier Slack
samanthasiow
79
8.7k
A designer walks into a library…
pauljervisheath
204
24k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
47
5k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
26
1.4k
VelocityConf: Rendering Performance Case Studies
addyosmani
325
24k
Visualization
eitanlees
145
15k
Transcript
Leafonyについて (個人の学びメモ) 2023/09/28 株式会社シードプラス前嶋武 2022/4/8
Leafonyとは 2022/4/8 By @anysonica Takeshi Maeshima Page 2
BasicKit2の内容物 2022/4/8 By @anysonica Takeshi Maeshima Page 3
ボードの使い方(1) • Leafonyには、2種類のボードがある • AVR系とSTM32系の2種類 2022/4/8 By @anysonica Takeshi Maeshima
Page 4
ボードの使い方(2) • LeafonyのSTM32系の使い方 • ライブラリのアドレス(環境設定で使用する)↓ • https://github.com/Leafony/BoardManagerFiles/raw/master/Leafony_STM32/package_leafon y_stm_index.json • ボードマネージャーから↓
2022/4/8 By @anysonica Takeshi Maeshima Page 5
AVRを使用する場合の方法 • BasicKit2には、デフォルトでAVR MPUがセットされていた。 • AVRライブラリはArduino IDEと同時にインストールされるので、やらなければ ならない事は「選ぶ」だけ。 2022/4/8 By
@anysonica Takeshi Maeshima Page 6