Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tomvictor/msp430-switch-interfacing-code-composer-studio-
MSP430 swith interfacing using polling method
https://github.com/tomvictor/msp430-switch-interfacing-code-composer-studio-
Last synced: 26 days ago
JSON representation
MSP430 swith interfacing using polling method
- Host: GitHub
- URL: https://github.com/tomvictor/msp430-switch-interfacing-code-composer-studio-
- Owner: tomvictor
- Created: 2015-09-25T05:03:01.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-03-18T22:55:53.000Z (over 1 year ago)
- Last Synced: 2023-08-03T13:59:45.393Z (over 1 year ago)
- Language: C
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Msp430-switch-interfacing-code-composer-studio
Author : TOMVICTOR
WEBSITE: www.buildfromzero.com
GIT : github.com/Tomvictor
MSP430 swith interfacing using polling method
circuit consist of a switch connected to port1 pin3 and a led connected to port 1 pin 0 (with a series resistor)
The code will continuously check the switch and if switch pressed then led will blink.