Skip to content

Instantly share code, notes, and snippets.

View zenmanenergy's full-sized avatar

Steve Nelson zenmanenergy

View GitHub Profile
<!DOCTYPE HTML>
<html>
<script>
var app={};
</script>
<script src="jquery.js"></script>
<script src="robot.js"></script>
<head>
@zenmanenergy
zenmanenergy / writing struct to file
Last active May 1, 2017 17:53
updated to simplified C structs.
#include <FS.h>
void setup() {
// put your setup code here, to run once:
Serial.begin(115200);
Serial.println();
Serial.println();
hello