Skip to content

Instantly share code, notes, and snippets.

View pattanunNP's full-sized avatar
🤒
Out sick

Pattanan Numpong pattanunNP

🤒
Out sick
View GitHub Profile
@pattanunNP
pattanunNP / buddhism.py
Created October 28, 2021 03:35 — forked from htnminh/buddhism.py
Buddhism: Immediately reduce the number of bugs to 0.
# _oo0oo_
# o8888888o
# 88" . "88
# (| -_- |)
# 0\ = /0
# ___/`---'\___
# .' \| |// '.
# / \||| : |||// \
# / _||||| -:- |||||- \
# | | \\ - /// | |
@pattanunNP
pattanunNP / i2c_scanner.ino
Created April 14, 2018 17:40 — forked from tfeldmann/i2c_scanner.ino
A I2C Scanner for Arduino
// --------------------------------------
// i2c_scanner
//
// Version 1
// This program (or code that looks like it)
// can be found in many places.
// For example on the Arduino.cc forum.
// The original author is not known.
// Version 2, Juni 2012, Using Arduino 1.0.1
// Adapted to be as simple as possible by Arduino.cc user Krodal