Skip to content

Instantly share code, notes, and snippets.

View casche's full-sized avatar

Chris Asche casche

  • The Truth Is Out There
  • Gaia
View GitHub Profile
@dmiddlecamp
dmiddlecamp / TempSensor.h
Created April 23, 2014 17:18
OneWire Temp - Multiple Sensors
#include "application.h"
class TempSensor {
public:
char *id ;
uint8_t rom[8];
float value ;
int updated ;
};
@btoone
btoone / curl.md
Last active April 2, 2024 20:18
A curl tutorial using GitHub's API

Introduction

An introduction to curl using GitHub's API.

The Basics

Makes a basic GET request to the specifed URI

curl https://api.github.com/users/caspyin