Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Anders Blomdell
processer
Commits
91a6458f
Commit
91a6458f
authored
Feb 19, 2009
by
Pontus Giselsson
Browse files
Final
parent
29311025
Changes
4
Hide whitespace changes
Inline
Side-by-side
linear_pendulum_2009/avr/compile.sh
deleted
100755 → 0
View file @
29311025
avr-gcc
-mmcu
=
atmega16
-g
-Wall
-o
current_control_final current_control_final.c
\ No newline at end of file
linear_pendulum_2009/avr/compileUpload.sh
deleted
100755 → 0
View file @
29311025
avr-gcc
-mmcu
=
atmega16
-g
-Wall
-o
current_control_final current_control_final.c
avr-objcopy
-Osrec
current_control_final current_control_final.sr
uisp
-dprog
=
stk200
--erase
--upload
if
=
current_control_final.sr
\ No newline at end of file
linear_pendulum_2009/avr/compileUploadCurrentControl.sh
0 → 100755
View file @
91a6458f
avr-gcc
-mmcu
=
atmega16
-g
-Wall
-o
current_control current_control.c
avr-objcopy
-Osrec
current_control current_control.sr
uisp
-dprog
=
stk200
--erase
--upload
if
=
current_control.sr
\ No newline at end of file
linear_pendulum_2009/avr/compileUploadVelControl.sh
0 → 100755
View file @
91a6458f
avr-gcc
-mmcu
=
atmega16
-O
-g
-Wall
-o
vel_control vel_control.c pccom.c
avr-objcopy
-Osrec
vel_control vel_control.sr
uisp
-dprog
=
stk200
--erase
--upload
if
=
vel_control.sr
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment