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
Brasilino: Como uma biblioteca Arduino pode ger...
Search
Sponsored
·
Your Podcast. Everywhere. Effortlessly.
Share. Educate. Inspire. Entertain. You do you. We'll handle the rest.
→
Otacilio Saraiva Maia Neto
December 08, 2018
Technology
0
49
Brasilino: Como uma biblioteca Arduino pode gerar inclusão de novas pessoas ao mundo do Arduino.
Apresentação realizada na The Developers Conference Porto Alegre 2018, na trilha Arduino&Makers
Otacilio Saraiva Maia Neto
December 08, 2018
Tweet
Share
More Decks by Otacilio Saraiva Maia Neto
See All by Otacilio Saraiva Maia Neto
Pergunte pro Marty: Usando IA na criação de chatbots para Whatsapp
otacilion
0
59
Primeiros passos com Git e GitHub
otacilion
0
87
Pitch - Como vender uma ideia em poucos minutos
otacilion
0
120
What makes Latam communities different and what you can learn with them
otacilion
0
75
Risoflora - Status Report 2
otacilion
0
160
Dossiê Risoflora - Status Report 2
otacilion
0
120
Como o GraphQL mudou nossa relação cliente-servidor
otacilion
0
110
Workshop Arduino Day 2019
otacilion
0
58
Brasilino Arduino Day Recife 2019
otacilion
0
57
Other Decks in Technology
See All in Technology
Kaggleの経験が実務にどう活きているか / kaggle_findy
sansan_randd
4
730
作るべきものと向き合う - ecspresso 8年間の開発史から学ぶ技術選定 / 技術選定con findy 2026
fujiwara3
7
2.1k
OCI Security サービス 概要
oracle4engineer
PRO
2
13k
Introduction to Bill One Development Engineer
sansan33
PRO
0
380
製造業ドメインにおける LLMプロダクト構築: 複雑な文脈へのアプローチ
caddi_eng
1
450
Data Hubグループ 紹介資料
sansan33
PRO
0
2.8k
Agentic Codingの実践とチームで導入するための工夫
lycorptech_jp
PRO
0
400
A Gentle Introduction to Transformers
keio_smilab
PRO
1
120
マルチロールEMが実践する「組織のレジリエンス」を高めるための組織構造と人材配置戦略
coconala_engineer
2
400
AI時代にエンジニアはどう成長すれば良いのか?
recruitengineers
PRO
1
130
【5分でわかる】セーフィー エンジニア向け会社紹介
safie_recruit
0
44k
【SLO】"多様な期待値" と向き合ってみた
z63d
2
300
Featured
See All Featured
Exploring the relationship between traditional SERPs and Gen AI search
raygrieselhuber
PRO
2
3.7k
XXLCSS - How to scale CSS and keep your sanity
sugarenia
249
1.3M
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
12
1.4k
The #1 spot is gone: here's how to win anyway
tamaranovitovic
2
980
Thoughts on Productivity
jonyablonski
75
5.1k
Prompt Engineering for Job Search
mfonobong
0
180
SEOcharity - Dark patterns in SEO and UX: How to avoid them and build a more ethical web
sarafernandez
0
140
AI Search: Implications for SEO and How to Move Forward - #ShenzhenSEOConference
aleyda
1
1.1k
Reality Check: Gamification 10 Years Later
codingconduct
0
2k
How to Ace a Technical Interview
jacobian
281
24k
Organizational Design Perspectives: An Ontology of Organizational Design Elements
kimpetersen
PRO
1
620
Self-Hosted WebAssembly Runtime for Runtime-Neutral Checkpoint/Restore in Edge–Cloud Continuum
chikuwait
0
380
Transcript
Globalcode – Open4education Trilha – Arduino & Makers Otacilio Maia
Brasilino: Como uma biblioteca Arduino pode gerar inclusão de novas pessoas ao mundo do Arduino. Student and Intern at Cesar, GitHub Campus Expert & FilipeFlop MakerHero
Globalcode – Open4education Oi, eu sou Otacilio
Globalcode – Open4education Oi, eu sou Otacilio
Globalcode – Open4education Oi, eu sou Otacilio
Globalcode – Open4education O começo
Globalcode – Open4education O começo
Globalcode – Open4education EF EPI 2018
Globalcode – Open4education E se tivesse como programar assim? funcao
configurar() { saida(13); }
Globalcode – Open4education E se tivesse como programar assim? funcao
configurar() { saida(13); } funcao repetir() { ligar(13); esperar(1); desligar(13); esperar(1); }
Globalcode – Open4education Diretivas de pré-processador #define repetir loop
Globalcode – Open4education Diretivas de pré-processador #define repetir loop #define
escreverDigital(pino, valor) digitalWrite(pino, valor)
Globalcode – Open4education Diretivas de pré-processador #define repetir loop #define
escreverDigital(pino, valor) digitalWrite(pino, valor) #define ligar(pino) digitalWrite(pino, HIGH)
Globalcode – Open4education Diretivas de pré-processador #define repetir loop #define
escreverDigital(pino, valor) digitalWrite(pino, valor) #define ligar(pino) digitalWrite(pino, HIGH) #define contarAte(y) for (int x = 0; x < y; x++)
Globalcode – Open4education Sensores class Ultrassom { public: Ultrassom(int tp,
int ep); long Temporizando(); long Medir(); };
Globalcode – Open4education Valores Queremos que Arduino seja para todo
mundo
Globalcode – Open4education Valores Brasilino é uma porta de entrada,
não o seu lar
Globalcode – Open4education Valores Domínio do Inglês é sim importante
para makers, mas não um pré requisito
Globalcode – Open4education Aberta para todo mundo
Globalcode – Open4education O primeiro commit
Globalcode – Open4education Aprovação para o Library Manager
Globalcode – Open4education Estatísticas 65+ estrelas no GitHub 15 Forks
no GitHub 122 Commits 6 Contribuidores
Globalcode – Open4education Participe A Brasilino, é feita pela comunidade,
venha fazer parte deste time!
Globalcode – Open4education Obrigado! bit.ly/brasilino otaciliomaia.com
None