m2v1 blink and button learning through code...

20
M2V1 Blink and Button Learning through Code Examples

Upload: others

Post on 15-Jul-2020

3 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: M2V1 Blink and Button Learning through Code Examplesweb.eng.fiu.edu/watsonh/IntroMicros/M2Architecture/...PUSH? SCL Rei Vito, 2012-2017 BETA OUND GND GND 11 SCL (1) GND GND .xav GROUND

M2V1

Blink and Button

Learning through Code Examples

Page 2: M2V1 Blink and Button Learning through Code Examplesweb.eng.fiu.edu/watsonh/IntroMicros/M2Architecture/...PUSH? SCL Rei Vito, 2012-2017 BETA OUND GND GND 11 SCL (1) GND GND .xav GROUND
Page 3: M2V1 Blink and Button Learning through Code Examplesweb.eng.fiu.edu/watsonh/IntroMicros/M2Architecture/...PUSH? SCL Rei Vito, 2012-2017 BETA OUND GND GND 11 SCL (1) GND GND .xav GROUND
Page 4: M2V1 Blink and Button Learning through Code Examplesweb.eng.fiu.edu/watsonh/IntroMicros/M2Architecture/...PUSH? SCL Rei Vito, 2012-2017 BETA OUND GND GND 11 SCL (1) GND GND .xav GROUND
Page 5: M2V1 Blink and Button Learning through Code Examplesweb.eng.fiu.edu/watsonh/IntroMicros/M2Architecture/...PUSH? SCL Rei Vito, 2012-2017 BETA OUND GND GND 11 SCL (1) GND GND .xav GROUND
Page 6: M2V1 Blink and Button Learning through Code Examplesweb.eng.fiu.edu/watsonh/IntroMicros/M2Architecture/...PUSH? SCL Rei Vito, 2012-2017 BETA OUND GND GND 11 SCL (1) GND GND .xav GROUND
Page 7: M2V1 Blink and Button Learning through Code Examplesweb.eng.fiu.edu/watsonh/IntroMicros/M2Architecture/...PUSH? SCL Rei Vito, 2012-2017 BETA OUND GND GND 11 SCL (1) GND GND .xav GROUND
Page 8: M2V1 Blink and Button Learning through Code Examplesweb.eng.fiu.edu/watsonh/IntroMicros/M2Architecture/...PUSH? SCL Rei Vito, 2012-2017 BETA OUND GND GND 11 SCL (1) GND GND .xav GROUND
Page 9: M2V1 Blink and Button Learning through Code Examplesweb.eng.fiu.edu/watsonh/IntroMicros/M2Architecture/...PUSH? SCL Rei Vito, 2012-2017 BETA OUND GND GND 11 SCL (1) GND GND .xav GROUND
Page 10: M2V1 Blink and Button Learning through Code Examplesweb.eng.fiu.edu/watsonh/IntroMicros/M2Architecture/...PUSH? SCL Rei Vito, 2012-2017 BETA OUND GND GND 11 SCL (1) GND GND .xav GROUND
Page 11: M2V1 Blink and Button Learning through Code Examplesweb.eng.fiu.edu/watsonh/IntroMicros/M2Architecture/...PUSH? SCL Rei Vito, 2012-2017 BETA OUND GND GND 11 SCL (1) GND GND .xav GROUND

● Use simple code examples

● Blinking LED

● Push Button, turn on LED

● Low Power Modes

● Interrupts

● Push button, ISR toggle LED

Page 12: M2V1 Blink and Button Learning through Code Examplesweb.eng.fiu.edu/watsonh/IntroMicros/M2Architecture/...PUSH? SCL Rei Vito, 2012-2017 BETA OUND GND GND 11 SCL (1) GND GND .xav GROUND
Page 13: M2V1 Blink and Button Learning through Code Examplesweb.eng.fiu.edu/watsonh/IntroMicros/M2Architecture/...PUSH? SCL Rei Vito, 2012-2017 BETA OUND GND GND 11 SCL (1) GND GND .xav GROUND
Page 14: M2V1 Blink and Button Learning through Code Examplesweb.eng.fiu.edu/watsonh/IntroMicros/M2Architecture/...PUSH? SCL Rei Vito, 2012-2017 BETA OUND GND GND 11 SCL (1) GND GND .xav GROUND
Page 15: M2V1 Blink and Button Learning through Code Examplesweb.eng.fiu.edu/watsonh/IntroMicros/M2Architecture/...PUSH? SCL Rei Vito, 2012-2017 BETA OUND GND GND 11 SCL (1) GND GND .xav GROUND

pushbutton is pressed

Page 16: M2V1 Blink and Button Learning through Code Examplesweb.eng.fiu.edu/watsonh/IntroMicros/M2Architecture/...PUSH? SCL Rei Vito, 2012-2017 BETA OUND GND GND 11 SCL (1) GND GND .xav GROUND
Page 17: M2V1 Blink and Button Learning through Code Examplesweb.eng.fiu.edu/watsonh/IntroMicros/M2Architecture/...PUSH? SCL Rei Vito, 2012-2017 BETA OUND GND GND 11 SCL (1) GND GND .xav GROUND
Page 18: M2V1 Blink and Button Learning through Code Examplesweb.eng.fiu.edu/watsonh/IntroMicros/M2Architecture/...PUSH? SCL Rei Vito, 2012-2017 BETA OUND GND GND 11 SCL (1) GND GND .xav GROUND
Page 19: M2V1 Blink and Button Learning through Code Examplesweb.eng.fiu.edu/watsonh/IntroMicros/M2Architecture/...PUSH? SCL Rei Vito, 2012-2017 BETA OUND GND GND 11 SCL (1) GND GND .xav GROUND
Page 20: M2V1 Blink and Button Learning through Code Examplesweb.eng.fiu.edu/watsonh/IntroMicros/M2Architecture/...PUSH? SCL Rei Vito, 2012-2017 BETA OUND GND GND 11 SCL (1) GND GND .xav GROUND