An open API service indexing awesome lists of open source software.

https://github.com/ccmorataya/picaxe

PicAXE programing exercices
https://github.com/ccmorataya/picaxe

Last synced: 2 months ago
JSON representation

PicAXE programing exercices

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.