Skip to content

Instantly share code, notes, and snippets.

@aimensasi
aimensasi / temp
Created July 31, 2023 22:05
temp
#include <Arduino.h>
#include <WiFi.h>
#include <AsyncTCP.h>
#include <ESPAsyncWebServer.h>
#include <Arduino_JSON.h>
hw_timer_t * sampleTimer = NULL;
portMUX_TYPE sampleTimerMux = portMUX_INITIALIZER_UNLOCKED;
@aimensasi
aimensasi / setup
Last active September 13, 2020 04:11
Centos 8 setup
#!/bin/bash
Color_Off='\033[0m' # Text Reset
Red='\033[0;31m' # Red
Green='\033[0;32m' # Green
Yellow='\033[0;33m' # Yellow
@aimensasi
aimensasi / README.md
Created July 27, 2017 09:07 — forked from hofmannsven/README.md
My simply MySQL Command Line Cheatsheet