Skip to content

Instantly share code, notes, and snippets.

@apla
apla / DA14580.agent.nut
Last active August 29, 2015 14:27 — forked from blindman2k/DA14580.agent.nut
Dialog DA14580 programmer. Upload a HEX file and it programs the DA14580.
server.log("Agent started, URL is " + http.agenturl());
//------------------------------------------------------------------------------------------------------------------------------
program <- null;
html <- @"<HTML>
<BODY>
<form method='POST' enctype='multipart/form-data'>
@apla
apla / main_ADC.c
Last active August 29, 2015 14:15 — forked from nicholasjconn/main_ADC.c
/******************************************************************************
* MSP430 ADC10 Example for the G2231
*
* Description: This code provides an example for using the 10 bit ADC in the
* MSP430G2231. The code requires either a terminal program or
* the application provided on the blog mentioned below.
* depending on which ascii character is sent to the device,
* either VCC, the temperature sensor, or an external pin will
* be measured once and the results sent to the computer.
*
@apla
apla / README.md
Last active December 12, 2015 04:28 — forked from mbostock/.block