Skip to content

Instantly share code, notes, and snippets.

View dgrubb's full-sized avatar

David Grubb dgrubb

View GitHub Profile
here fantastic ticked for video games the thibetan deeming forever off to the side though was a system that delivered some great gaming experiences that many of us missed out on the seaside boasted an innovative library impressive to the visual and brought countless arcade gems home in spectacular fashion while it wasn't a commercial success it was considered by many to be the hard core gamester join us as we refute underdog and patribus to this awesome piece of gaming history shooting pastorates and going straight for saturn it's rattigan squad baby you thought you knew how to play the game but no one has played this hand this fast this real until now i come to an to the world of sustenance to the second anniversary of the reagans biporcatus september twenty seventh two thousand and fourteen in your host alex mort joining me on the special episode are bonker ha ha ha john the genius he has a gun and we have a special guest for the episode a fellow gaming potater and sagoths as mister neck of regeneration wel
@dgrubb
dgrubb / HiFive1-Timer-interrupt.c
Created October 17, 2017 15:03
HiFive1 Timer interrupt sample
/* Standard includes */
#include <stdio.h>
/* HiFive1/FE310 includes */
#include "sifive/devices/spi.h"
#include "platform.h"
#include "encoding.h"
#include "plic/plic_driver.h"
volatile int invert_LEDs = 0;
@dgrubb
dgrubb / HiFive1-PWM-interrupts.c
Last active October 6, 2020 09:23
HiFive1 PWM interrupt sample
/* HiFive1/FE310 includes */
#include "platform.h"
#include "encoding.h"
#include "plic/plic_driver.h"
#include <stdio.h>
#include <stdint.h>
#include <stdbool.h>
#include <string.h>