Archytax v0.1.1 API Reference
Modules
This is the Main Module of the Library, it serves as a bridge for the interface and the Board, also it manages the messages coming from the connected devices
For internal use of Archytax only. Board provides the interface between Archytax and the serial connection with Nerves.UART along with functions that deals with the connected device. All messages issued from Archytax are sent with the board connection
Note ON and Note OFF interaction
Temperature Sensors handy functions
Define the tones used by Tone.play to interact with components like the Piezo
A wide variety of functions, from conversions to common patterns
Pretty basic example of Archytax usage, set pin mode for leds on 13,10,7 to OUTPUT and turn them on
Show the usage of a Loop function to turn on and turn off leds on pins 13, 10 and 7 each 5 seconds
Show basic usage of report analog channel for channel 5 connected to a Potentiometer and blink leds according to current analog read
Show the simple usage of a TMP/Dallas temperature sensor getting the value from analog read and print it on a specified interval
Show the simple usage of a Photo Resistor with a Led
Show basic example of report digital port to turn ON a led when a button is pressed
Show usage of multiple digital inputs buttons to manipulate the leds blink
Music example with a Piezo