See discussion on Hacker News. Built with D3 and TopoJSON.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
server.log("Agent started, URL is " + http.agenturl()); | |
//------------------------------------------------------------------------------------------------------------------------------ | |
program <- null; | |
html <- @"<HTML> | |
<BODY> | |
<form method='POST' enctype='multipart/form-data'> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/****************************************************************************** | |
* 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. | |
* |