Skip to content

Instantly share code, notes, and snippets.

@markusgritsch
markusgritsch / gist:a9acd69e1b0f3117fe6db060fd63e351
Last active October 3, 2018 12:36
BoldClash-BWHOOP-B-03/Silverware/src/rx_bayang_protocol_telemetry.c -> H101-dual/H101_dual/src/rx_bayang_protocol.c
/*
The MIT License (MIT)
Copyright (c) 2016 silverx
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
#include <util/delay.h>
#include <oled.h>
#include <tri.h>
void setup()
{
//Serial.begin( 115200 );
oled_init();
_delay_ms( 100 ); // Wait for the OLED display to come up.