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
#!/bin/sh | |
echo Install all AppStore Apps at first! | |
# no solution to automate AppStore installs | |
read -p "Press any key to continue... " -n1 -s | |
echo '\n' | |
echo Install and Set San Francisco as System Font | |
ruby -e "$(curl -fsSL https://raw.github.com/wellsriley/YosemiteSanFranciscoFont/master/install)" | |
echo Install Homebrew, Postgres, wget and cask | |
ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)" |
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
/* | |
* | |
* File: MP3_Shield_RealtimeMIDI.ino | |
* Author: Matthias Neeracher | |
* | |
* This code is in the public domain, with the exception of the contents of sVS1053b_Realtime_MIDI_Plugin. | |
* | |
* The code is based on Nathan Seidle's Sparkfun Electronics example code for the Sparkfun | |
* MP3 Player and Music Instrument shields and and VS1053 breakout board. | |
* |
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
/* | |
This is a basic Arduino program to read the UART serial interface on an old | |
SpeedStream 5360 DSL modem I have. The code sets up a UART software serial | |
interface using the Arduino's 2 and 3 pins as RX and TX. | |
This program bridges the serial interfaces between USB and the UART software | |
serial. This will allow communication between the 3 devices. | |
This example code is in the public domain. | |
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
$fs=1; | |
$fa=1; | |
servo_l = 24; | |
servo_w = 13; | |
servo_h = 21; | |
bolt_hole_diameter = 4.5; | |
servo_axis_diameter = 4; |