This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ----------------------------------------------------------------- | |
# .gitignore for WordPress @salcode | |
# ver 20160309 | |
# | |
# From the root of your project run | |
# curl -O https://gist.githubusercontent.com/salcode/b515f520d3f8207ecd04/raw/.gitignore | |
# to download this file | |
# | |
# By default all files are ignored. You'll need to whitelist | |
# any mu-plugins, plugins, or themes you want to include in the repo. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// MMA7660FC Basic demo by Addidis | |
// Released under the Creative Commons Attribution-ShareAlike License (3.0) | |
// http://creativecommons.org/licenses/by-sa/3.0/us/ | |
// 10/24/11 | |
// HW : Tautic accelerometer board +4.7k pull ups on sda scl , uno32, led +330 resistor | |
// SCL -->A5 | |
// SDA -->A4 | |
// INT -->D7 | |
// gnd -->gnd | |
// vdd -->3.3v NOTE 3.3v! |