~gabe/flashlight-firmware/anduril2

« back to all changes in this revision

Viewing changes to Mike_C/X85/_X85_2_Test.bat

  • Committer: Selene Scriven
  • Date: 2016-09-09 21:24:27 UTC
  • mfrom: (169.1.2 add-x85)
  • Revision ID: ubuntu@toykeeper.net-20160909212427-rjth501ui6cqugud
Merged in Mike C's X85 firmware.
It's pretty full-featured and advanced, but requires a special driver.
Still needs more info in its "meta" file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
@ECHO OFF
 
2
CD Debug
 
3
:START
 
4
CLS
 
5
ECHO  --=* TEST *=--
 
6
ECHO.
 
7
 
 
8
avrdude -p t85 -c usbasp -n
 
9
 
 
10
ECHO.
 
11
PAUSE
 
12
GOTO START