CANNAN

matrix of LEDs with Arduino in C language

Apr 13th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.73 KB | None | 0 0
  1. Learn how to draw on a matrix of LEDs with Arduino in C language
  2. Each time, the idea is to get rid of the facilities offered by the famous "Arduino language" in the standard IDE. Here, the programs will be developed in pure C language using the tools of the avr-gcc compilation chain.
  3.  
  4. The objective is twofold:
  5.  
  6. Develop optimized, efficient and compact codes;
  7. Demystify the operation of a microcontroller and take control of inputs / outputs, without a makeup, by directly attacking the registers of the microcontroller.
  8. In this third part, the author details the operation of a 7 x 5 LED array and the multiplexing technique he developed to develop a C library to draw characters.
  9. Download full project from here:  http://adf.ly/1mCrfy
Add Comment
Please, Sign In to add comment