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
72
Leafonyについて(1)AVR編・学びメモ
anysonica
February 14, 2024
Tweet
Share
More Decks by anysonica
See All by anysonica
kintone Café 栃木 2024/3/23
anysonica
0
310
「Tips:RTSP対応アプリの使い方(IP CENTCOM)」を加筆しました。
anysonica
0
540
ハッスルメーター・Hustle Meter:A IoT game for very hot Japanese summer
anysonica
0
320
ハッスルメーター・Hustle Meter:A IoT game for very hot Japanese summerfor
anysonica
0
260
2024-04-06 AMeDAS to Lagoon SORACOM UG 2024-04-06
anysonica
0
590
Leafonyによる、ビニールハウス内の飽差の可視化
anysonica
0
120
Leafonyについて(2)STM編とLTM編.pdf
anysonica
0
34
ソラカメtips(1)RTSP対応アプリIP CENTCOMとマルチビュー
anysonica
0
760
2023-9-2 古民家再生へのIoT活用を考える SORACOM UG 発表 公開用
anysonica
0
130
Other Decks in Programming
See All in Programming
Putting The Genie in the Bottle - A Crash Course on running LLMs on Android
iurysza
0
140
「手軽で便利」に潜む罠。 Popover API を WCAG 2.2の視点で安全に使うには
taitotnk
0
830
「待たせ上手」なスケルトンスクリーン、 そのUXの裏側
teamlab
PRO
0
480
はじめてのMaterial3 Expressive
ym223
2
240
ProxyによるWindow間RPC機構の構築
syumai
3
1.1k
AIを活用し、今後に備えるための技術知識 / Basic Knowledge to Utilize AI
kishida
21
5.6k
Improving my own Ruby thereafter
sisshiki1969
1
160
今だからこそ入門する Server-Sent Events (SSE)
nearme_tech
PRO
0
100
How Android Uses Data Structures Behind The Scenes
l2hyunwoo
0
390
アセットのコンパイルについて
ojun9
0
120
Android端末で実現するオンデバイスLLM 2025
masayukisuda
1
120
🔨 小さなビルドシステムを作る
momeemt
3
670
Featured
See All Featured
Stop Working from a Prison Cell
hatefulcrawdad
271
21k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
111
20k
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
49
3k
Making Projects Easy
brettharned
117
6.4k
Fashionably flexible responsive web design (full day workshop)
malarkey
407
66k
jQuery: Nuts, Bolts and Bling
dougneiner
64
7.9k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
507
140k
Side Projects
sachag
455
43k
Bootstrapping a Software Product
garrettdimon
PRO
307
110k
Product Roadmaps are Hard
iamctodd
PRO
54
11k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
29
1.9k
Optimising Largest Contentful Paint
csswizardry
37
3.4k
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