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
Otacilio Saraiva Maia Neto
December 08, 2018
Technology
0
46
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
40
Primeiros passos com Git e GitHub
otacilion
0
72
Pitch - Como vender uma ideia em poucos minutos
otacilion
0
110
What makes Latam communities different and what you can learn with them
otacilion
0
60
Risoflora - Status Report 2
otacilion
0
150
Dossiê Risoflora - Status Report 2
otacilion
0
110
Como o GraphQL mudou nossa relação cliente-servidor
otacilion
0
95
Workshop Arduino Day 2019
otacilion
0
40
Brasilino Arduino Day Recife 2019
otacilion
0
44
Other Decks in Technology
See All in Technology
Contract One Engineering Unit 紹介資料
sansan33
PRO
0
8.9k
Codexとも仲良く。CodeRabbit CLIの紹介
moongift
PRO
1
250
データ戦略部門 紹介資料
sansan33
PRO
1
3.8k
AI Agent Dojo #2 watsonx Orchestrateフローの作成
oniak3ibm
PRO
0
130
React19.2のuseEffectEventを追う
maguroalternative
2
500
ビズリーチ求職者検索におけるPLMとLLMの活用 / Search Engineering MEET UP_2-1
visional_engineering_and_design
1
160
現場データから見える、開発生産性の変化コード生成AI導入・運用のリアル〜 / Changes in Development Productivity and Operational Challenges Following the Introduction of Code Generation AI
nttcom
0
260
カンファレンスに託児サポートがあるということ / Having Childcare Support at Conferences
nobu09
1
620
20251014_Pythonを実務で徹底的に使いこなした話
ippei0923
0
210
やる気のない自分との向き合い方/How to Deal with Your Unmotivated Self
sanogemaru
1
520
AIとともに歩んでいくデザイナーの役割の変化
lycorptech_jp
PRO
0
500
これがLambdaレス時代のChatOpsだ!実例で学ぶAmazon Q Developerカスタムアクション活用法
iwamot
PRO
8
1.1k
Featured
See All Featured
Fantastic passwords and where to find them - at NoRuKo
philnash
52
3.4k
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
55
3k
Building a Modern Day E-commerce SEO Strategy
aleyda
44
7.8k
GraphQLの誤解/rethinking-graphql
sonatard
73
11k
Unsuck your backbone
ammeep
671
58k
Large-scale JavaScript Application Architecture
addyosmani
514
110k
Dealing with People You Can't Stand - Big Design 2015
cassininazir
367
27k
Practical Orchestrator
shlominoach
190
11k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
253
22k
Code Reviewing Like a Champion
maltzj
526
40k
Scaling GitHub
holman
463
140k
Building an army of robots
kneath
306
46k
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