CD to a folder like:
mkdir $HOME/Desktop/Backup_Arduino
cd $HOME/Desktop/Backup_ArduinoSet these variables
Arduino Nano Old Bootloader:
CD to a folder like:
mkdir $HOME/Desktop/Backup_Arduino
cd $HOME/Desktop/Backup_ArduinoSet these variables
Arduino Nano Old Bootloader:
| /* | |
| * Copyright (C) 2016 Jeff Gilfelt. | |
| * | |
| * Licensed under the Apache License, Version 2.0 (the "License"); | |
| * you may not use this file except in compliance with the License. | |
| * You may obtain a copy of the License at | |
| * | |
| * http://www.apache.org/licenses/LICENSE-2.0 | |
| * | |
| * Unless required by applicable law or agreed to in writing, software |
| using System; | |
| using System.Collections.Generic; | |
| public class GameEvent | |
| { | |
| } | |
| public class EventMessenger | |
| { |
| #! /bin/bash | |
| #===================================================================== | |
| # Selects an android device | |
| # Copyright (C) 2012-2013 Diego Torres Milano. All rights reserved. | |
| # | |
| # See: | |
| # - http://dtmilano.blogspot.ca/2013/01/android-select-device.html | |
| # - http://dtmilano.blogspot.ca/2012/03/selecting-adb-device.html | |
| # for details on usage. | |
| #===================================================================== |