Skip to content

Instantly share code, notes, and snippets.

View Siroyan's full-sized avatar
🎯
Focusing

Siroyan Siroyan

🎯
Focusing
View GitHub Profile
#include <Arduino.h>
#include <SoftwareSerial.h>
#define LEDPIN 5
SoftwareSerial imbleSerial(2, 3);
void setup() {
Serial.begin(115200);
pinMode(LEDPIN, OUTPUT);
@Siroyan
Siroyan / Site stationery
Created February 15, 2018 06:07
Snippet for website development on Atom
#HTML
'.text.html.basic':
'Site Stationery':
'prefix':'stationery'
'body':"""
<!DOCTYPE html>
<head>
<meta charset="utf-8" />
<title>hogehoge</title>