Skip to content

Instantly share code, notes, and snippets.

View jcoli's full-sized avatar
💭
Happy..

Jeferson Coli jcoli

💭
Happy..
View GitHub Profile
@jcoli
jcoli / MCP4251_tcon.ino
Created August 11, 2021 16:48 — forked from matt448/MCP4251_tcon.ino
Example code for controlling a MCP4251 with an Arduino Uno.
/*
Matthew McMillan
@matthewmcmillan
http://matthewcmcmillan.blogspot.com
Created 12 Mar 2014
Digital Pot Control (MCP4251)

Setting up Conky on Ubuntu 16.04LTS for the Clevo P751DM2-G

System Information:

We extract this with inxi:

installation:

sudo apt-get install inxi
@jcoli
jcoli / DUEUniqueID
Created May 29, 2020 21:50 — forked from pingud98/DUEUniqueID
How to get the Unique ID from an Arduino DUE board
/* Code borrowed from http://forum.arduino.cc/index.php?topic=289190.0
Awesome work Mark T!*/
__attribute__ ((section (".ramfunc")))
void _EEFC_ReadUniqueID( unsigned int * pdwUniqueID )
{
unsigned int status ;