Skip to content

Simple, beginner level examples that can be run in Energia for the MSP432P401R microcontroller.

Notifications You must be signed in to change notification settings

Iripi97/MSP432-Energia-Demos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MSP432-Energia-Demos

Simple, beginner level examples that can be run in Energia for the MSP432P401R microcontroller.

Blink

Materials Required: (1x) MSP432

Buttons and LEDs

Materials Required: (1x) MSP432, (8x) LEDs, (8x) 200Ω Resistors
Pins Used: GND, P2.5, P3.0, P5.7, P1.6, P1.7, P5.0, P3.5, P3.6

Note: Other pins can be used, check the MSP432 pinout and look for pins that have digitalRead() and digitalWrite() capabilities.

Logic Gates

Materials Required: (1x) MSP432, (1x) LED, (1x) SN74LS08N [AND], (1x) SN74LS04N [INV], (1x) SN74LS00N [NAND], (1x) SN74LS02N [NOR], (1x) SN74LS32N [OR], (1x) SN74LS86AN [XOR]
Pins Used: GND, 5V, P2.5, P3.0

Note: Other pins can be used, check the MSP432 pinout and look for pins that have digitalRead() and digitalWrite() capabilities.

About

Simple, beginner level examples that can be run in Energia for the MSP432P401R microcontroller.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages