I hereby claim:
- I am itripn on github.
- I am itripn (https://keybase.io/itripn) on keybase.
- I have a public key whose fingerprint is A415 25BC A8FC A039 B441 55AE F151 58BF 61A0 586E
To claim this, I am signing this object:
#include <NTPClient.h> | |
#include <WiFiUdp.h> | |
WiFiUDP ntpUDP; | |
NTPClient timeClient( ntpUDP, "pool.ntp.org", 0 /*GMT*/ ); | |
void getTimeStamp( char *dateBuf ) { | |
int retryCount = 5; |
; Welcome in ASM80.COM. | |
NAMELEN EQU $0A | |
RESPLEN EQU $20 | |
MAXANIMALS EQU $06 | |
.ORG $8000 | |
START: | |
; | |
; Output Prompt |
I hereby claim:
To claim this, I am signing this object:
// developed via conversation with @bdpdx (https://github.com/bdpdx) -- although | |
// he prefers a version with an optional instead of NOCOLOR, and he's almost | |
// certainly right about that... If you like, change the rgba var to be an optional | |
// and in the else for the guard return nil. | |
// | |
extension UIColor { | |
static let NOCOLOR: color_components = ( red: -1, green: -1, blue: -1, alpha: -1 ) | |
public typealias color_components = ( red: CGFloat, green: CGFloat, blue: CGFloat, alpha: CGFloat ) |