Skip to content

Instantly share code, notes, and snippets.

View okeefm's full-sized avatar

Michael O'Keefe okeefm

  • Devoted Health
  • Manchester, NH
  • 22:14 (UTC -04:00)
View GitHub Profile
@d3noob
d3noob / index.html
Last active November 26, 2019 01:15
A full screen leaflet.js map
<!DOCTYPE html>
<html>
<head>
<title>Full Screen Leaflet Map</title>
<meta charset="utf-8" />
<link
rel="stylesheet"
href="http://cdn.leafletjs.com/leaflet-0.7/leaflet.css"
/>
<style>
@RickKimball
RickKimball / diskio.h
Created April 7, 2012 04:29
msp430 Petit FatFile System sample
/*-----------------------------------------------------------------------
/ PFF - Low level disk interface modlue include file (C)ChaN, 2009
/-----------------------------------------------------------------------*/
#ifndef _DISKIO
#include "integer.h"
/* Status of Disk Functions */
typedef BYTE DSTATUS;