Skip to content

Instantly share code, notes, and snippets.

View z3ugma's full-sized avatar

Fred Turkington z3ugma

View GitHub Profile
@z3ugma
z3ugma / NimBLE_client_O2Ring.ino
Last active January 9, 2023 20:55
Working O2Ring NimBLE sample
/** NimBLE_Server Demo:
Demonstrates many of the available features of the NimBLE client library.
Created: on March 24 2020
Author: H2zero
*/
@z3ugma
z3ugma / improvements.css
Created April 6, 2014 17:00
Day 2 improvmenets
/* navbar */
.navbar-default {
background-color: #E4D9C5 !important;
}
#navbar-container > div.navbar-nav.pull-right > button{
background-color: #332131;
color:#E4D9C5;
}