-
Arduino-STM32-AMT22_Library Public
Arduino and STM32 libraries for absolute encoder of the AMT22 series (12 bit or 14 bit version) by CUI Devices.
-
Cortex-M4-MCP2517FD_Driver Public
CAN FD Driver for MCP2517FD with SPI interface
-
Cortex-M4-FT5X46_Driver Public
I2C Capacitive Touch Driver for FT5X46 FocalTech Capacitive Touch Panel Controller
-
QML-PushButton3D Public
QML Application that implement a 3D Push Button with anmiation to emulate the press and the release.
-
Program in 8086 assembly for multiplying two matrices whose elements are signed numbers expressed with one byte. The possibility of overflow is also considered.
-
8086 Assembly code for read in input a short text of 4 lines, each of these lines long from 20 to 50 characters. Count number of occurrences of the letters and apply a cryptographic algorithm.
-
VHDL-Booth_Multiplier Public
Booth's algorithm is a procedure for the multiplication of two signed binary numbers in two's complement notation. This code is a structural\behavioral implementation of the N bit Booth's multiplie…
-
TCL-Left_Edge_Algorithm Public
TCL code that implement left edge algorithm for sharing resources, after the scheduling process of a DFG.
-
NXP-LPC1768-Slot_Machine Public
Slot machine with 3 rolling wheels, every wheel can show one of the two symbols avaiable (Symbols are leds). Three push button can controls the 3 wheels and the starts of the game. In the case of w…
-
NXP-LPC1768-Simon_Game Public
Emulate the Simone Game using 3 buttons to repeat the sequence displayed by the system using 3 leds (Random generation). In the case of correct sequence the game repeats, increasing by 1 the length…
-
-
PYTHON-Basket_Players_stats Public
The program reads the statistics of basketball players from Wikipedia, saves them in an Excel file and generates a graph to compare the values.
-
VHDL-DLX_ALU Public
ALU is the core of all operations, it elaborate two operands and performs logical and arithmetic operations based on the instruction passed to it by the CU.
-
C-CRC_Generator Public
CRC generator from CRC-1 to CRC-8, for any polynomial.