Setup instructions for AVR MCU development tools on Mac OSX.
Homebrew is a package manager for Mac OSX
If you already have Homebrew skip this part or take a moment to update Homebrew with $
brew update
root = true | |
[*] | |
charset = utf-8 | |
end_of_line = lf | |
indent_size = 2 | |
indent_style = space | |
insert_final_newline = true | |
trim_trailing_whitespace = true |
#Atom install on Mac OSX
##Requirements
###Homebrew
If you already have Homebrew skip this part or take a moment to update Homebrew with $
brew update
$
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
struct Test {
var a: String
var b: String
var c: String
}
func copyTest(to: Test) -> Test {
var copy = to