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.

Continue Reading →

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.

Continue Reading →

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.

Continue Reading →

Boolean logic instructions in Facilino

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

Continue Reading →

Functions and Procedures in Facilino

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

Continue Reading →

DYOR bPED Calibration

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

Continue Reading →

Detecting Colours with TCS3200 sensor

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

Continue Reading →

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.

Continue Reading →

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.

Continue Reading →

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.

Continue Reading →