Home » Programacion » Facilino

Category Archives: Facilino

Control flow instructions in Facilino

In this post, we explain instructions related to the control flow of a program in Facilino.

(more…)

External library installation in Facilino

Some instructions in Facilino have a dependency on external libraries that must be added to Arduino IDE to compile the code. In this post, we explain the installation process of external libraries of Facilino. (more…)

Instructions for 8×8 LEDs matrix in Facilino

In this post, we explain the set of instructions available in Facilino to draw anything you want in 8×8 LEDs matrix.

(more…)

Boolean logic instructions in Facilino

In this post, we explain the use of Boolean logic instructions in Facilino.

(more…)

Functions and Procedures in Facilino

In this post, we explain the use of functions and procedures in Facilino.

(more…)

DYOR bPED Calibration

In this post, we explain the calibration procedure for DYOR bPED robot.

(more…)

Detecting Colours with TCS3200 sensor

In this post we show how to detect and classify colours using TCS3200 colour sensor and Facilino.

(more…)

Showing Text with the LEDs Matrix

In this post we show how to show text with a 8×8 LEDs matrix max7219 to use with your DYOR robot and Facilino.

(more…)

Showing Basic Expressions with LEDs Matrix

In this post we show how to generate simple expressions with a 8×8 LEDs matrix max7219 to use with your DYOR robot and Facilino.

(more…)

Digital Input Read (Switch) with Facilino

In this post, we show how to read a digital input in Facilino. We show three examples using different instructions, but all of them produce the same result.

(more…)