https://github.com/ccmorataya/picaxe
PicAXE programing exercices
https://github.com/ccmorataya/picaxe
Last synced: 2 months ago
JSON representation
PicAXE programing exercices
- Host: GitHub
- URL: https://github.com/ccmorataya/picaxe
- Owner: ccmorataya
- Created: 2016-09-23T03:10:16.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-08T04:44:58.000Z (over 8 years ago)
- Last Synced: 2024-12-27T03:09:52.320Z (4 months ago)
- Language: Visual Basic
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# PicAXE programming
Exercices made in class/home to program a PicAXE
* 00_HelloPICAXE (this is the example, not necessary to code):Is a simple helloWorld in pin 7.
* 01_TrafficLights:
Simple Traffic ligth program using two switches.
* 02_Multiplexor:
Basic function of a multiplexor.
* 03_Parking:
A parking control using sensors and doors.