HomeAutomation
hardware
BlueGrey
calm
Elegant
Català-Valencià – Catalan
中文 – Chinese (Simplified)
中文 – Chinese (Traditional)
Česky – Czech
Dansk – Danish
Nederlands – Dutch
English – English
Suomi – Finnish
Français – French
Deutsch – German
עברית – Hebrew
हिंदी – Hindi
Magyar – Hungarian
Bahasa Indonesia – Indonesian
Italiano – Italian
日本語 – Japanese
한국어 – Korean
Македонски – Macedonian
मराठी – Marathi
Norsk – Norwegian
Polski – Polish
Português – Portuguese
Português – Portuguese (Brazil)
Русский – Russian
Slovenčina – Slovak
Slovenščina – Slovenian
Español – Spanish
Svenska – Swedish
Türkçe – Turkish
Українська – Ukrainian
Oëzbekcha – Uzbek
Subversion Repositories
HomeAutomation
(root)
/
branches
/
modules
/
EmbeddedSoftware
/
AVR
/
application
/
Servo
/
main.c
– Rev 800
Rev
Hide changed files
|
Details
|
Compare with Previous
|
Blame
|
SVN
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Rev
Age
Author
Path
Log message
Diff
Changes
800
6698 d 23 h
linlun
/branches/modules/
Added branch for modulized applications
/branches/modules
797
6699 d 0 h
arune
/trunk/EmbeddedSoftware/AVR/
app/relay, app/sensors, app/servo: updated conf.template for new adc and main.c for 16bit tc1047
drivers/tc1047: changed to 16bit
/trunk/EmbeddedSoftware/AVR/application/Relay/config.inc.template
/trunk/EmbeddedSoftware/AVR/application/Relay/main.c
/trunk/EmbeddedSoftware/AVR/application/Sensors/config.inc.template
/trunk/EmbeddedSoftware/AVR/application/Sensors/main.c
/trunk/EmbeddedSoftware/AVR/application/Servo/config.inc.template
/trunk/EmbeddedSoftware/AVR/application/Servo/main.c
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/sensor/tc1047/tc1047.c
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/sensor/tc1047/tc1047.h
579
6979 d 1 h
arune
/trunk/EmbeddedSoftware/AVR/application/Servo/
app/servo: included string.h
/trunk/EmbeddedSoftware/AVR/application/Servo/main.c
563
6984 d 20 h
andfri
/trunk/EmbeddedSoftware/AVR/
* Merging branches/buildsystem_v2 into trunk.
/trunk/EmbeddedSoftware/AVR/application/template
/trunk/EmbeddedSoftware/AVR/avr-lib/bios/Makefile
/trunk/EmbeddedSoftware/AVR/personal/system.inc.template
/trunk/EmbeddedSoftware/AVR/personal/template
/trunk/EmbeddedSoftware/AVR/trash/EclipseTemplate
/trunk/EmbeddedSoftware/AVR/EclipseTemplate
/trunk/EmbeddedSoftware/AVR/avr-lib/Makefile
/trunk/EmbeddedSoftware/AVR/avr-lib/config.inc.template
/trunk/EmbeddedSoftware/AVR/avr-lib/system.inc.template
/trunk/EmbeddedSoftware/AVR/avr-lib/template
/trunk/EmbeddedSoftware/AVR/application/IrReceive/Makefile
/trunk/EmbeddedSoftware/AVR/application/IrTransmit/Makefile
/trunk/EmbeddedSoftware/AVR/application/RGBLED/Makefile
/trunk/EmbeddedSoftware/AVR/application/RGBLED/main.c
/trunk/EmbeddedSoftware/AVR/application/RGBLED/settings.h.template
/trunk/EmbeddedSoftware/AVR/application/Relay/Makefile
/trunk/EmbeddedSoftware/AVR/application/Relay/main.c
/trunk/EmbeddedSoftware/AVR/application/Relay/settings.h.template
/trunk/EmbeddedSoftware/AVR/application/Sensors/Makefile
/trunk/EmbeddedSoftware/AVR/application/Sensors/main.c
/trunk/EmbeddedSoftware/AVR/application/Sensors/settings.h.template
/trunk/EmbeddedSoftware/AVR/application/Servo/Makefile
/trunk/EmbeddedSoftware/AVR/application/Servo/main.c
/trunk/EmbeddedSoftware/AVR/application/Servo/settings.h.template
/trunk/EmbeddedSoftware/AVR/application/SimpleCLCD/Makefile
/trunk/EmbeddedSoftware/AVR/application/SimpleCLCD/main.c
/trunk/EmbeddedSoftware/AVR/avr-lib/bios/bios.c
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/mcp2515/mcp2515.c
/trunk/EmbeddedSoftware/AVR/personal/README.txt
513
7040 d 0 h
arune
/trunk/EmbeddedSoftware/AVR/application/Servo/
app/servo: now sends correct sns-status-msg
/trunk/EmbeddedSoftware/AVR/application/Servo/main.c
502
7042 d 20 h
arune
/trunk/EmbeddedSoftware/AVR/application/Servo/
app/Servo: moved two more defines to settings file, fixed a bug with stop (data in wrong byte), some more minor changes
/trunk/EmbeddedSoftware/AVR/application/Servo/main.c
/trunk/EmbeddedSoftware/AVR/application/Servo/settings.h.template
501
7046 d 20 h
eqlazer
/trunk/EmbeddedSoftware/AVR/application/Servo/
application/Servo: Added settings.
/trunk/EmbeddedSoftware/AVR/application/Servo/settings.h.template
/trunk/EmbeddedSoftware/AVR/application/Servo/main.c
496
7046 d 23 h
arune
/trunk/EmbeddedSoftware/AVR/application/Servo/
application/servo: includes fix (makefile and main)
/trunk/EmbeddedSoftware/AVR/application/Servo/Makefile
/trunk/EmbeddedSoftware/AVR/application/Servo/main.c
493
7047 d 21 h
arune
/trunk/EmbeddedSoftware/AVR/application/
application/(IrReceive, Relay, Servo): Removed all FUNCC and NID, they are called TYPE and ID in ACT and SNS
/trunk/EmbeddedSoftware/AVR/application/IrReceive/main.c
/trunk/EmbeddedSoftware/AVR/application/Relay/main.c
/trunk/EmbeddedSoftware/AVR/application/Servo/main.c
490
7051 d 21 h
eqlazer
/trunk/EmbeddedSoftware/AVR/application/Servo/
application/Servo: Uses "standard" way of dealing with incoming messages.
/trunk/EmbeddedSoftware/AVR/application/Servo/main.c
480
7055 d 20 h
arune
/trunk/EmbeddedSoftware/AVR/application/Servo/
application/Servo/main.c: main(viod) should be main(void)
/trunk/EmbeddedSoftware/AVR/application/Servo/main.c
447
7063 d 21 h
eqlazer
/trunk/EmbeddedSoftware/AVR/application/Servo/
/trunk/EmbeddedSoftware/AVR/application/Servo/Makefile
/trunk/EmbeddedSoftware/AVR/application/Servo/main.c
405
7075 d 0 h
arune
/trunk/EmbeddedSoftware/AVR/application/
Flyttade application/CanXYZ till application/XYZ
/trunk/EmbeddedSoftware/AVR/application/Relay
/trunk/EmbeddedSoftware/AVR/application/Sensors
/trunk/EmbeddedSoftware/AVR/application/Servo
/trunk/EmbeddedSoftware/AVR/application/CanRelay
/trunk/EmbeddedSoftware/AVR/application/CanSensors
/trunk/EmbeddedSoftware/AVR/application/CanServo
/trunk/EmbeddedSoftware/AVR/application/Sensors/Makefile
/trunk/EmbeddedSoftware/AVR/application/Sensors/main.c
392
7080 d 6 h
eqlazer
/trunk/EmbeddedSoftware/AVR/
Moved CanRelay and CanServo to AVR/application.
/trunk/EmbeddedSoftware/AVR/application/CanRelay
/trunk/EmbeddedSoftware/AVR/application/CanServo
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/sensor
/trunk/EmbeddedSoftware/AVR/CanRelay
/trunk/EmbeddedSoftware/AVR/CanServo
388
7080 d 23 h
eqlazer
/trunk/EmbeddedSoftware/AVR/CanServo/
CanServo: Now works on latest bios. Needs some work on paths to lib later on.
/trunk/EmbeddedSoftware/AVR/CanServo/bios.h
/trunk/EmbeddedSoftware/AVR/CanServo/bios.inc
/trunk/EmbeddedSoftware/AVR/CanServo/config.inc
/trunk/EmbeddedSoftware/AVR/CanServo/Makefile
/trunk/EmbeddedSoftware/AVR/CanServo/main.c
387
7083 d 0 h
eqlazer
/trunk/EmbeddedSoftware/AVR/
/trunk/EmbeddedSoftware/AVR/CanServo
/trunk/EmbeddedSoftware/AVR/CanBlinds
350
7134 d 7 h
eqlazer
/trunk/EmbeddedSoftware/AVR/
CanRelay: Works with bios.
/trunk/EmbeddedSoftware/AVR/CanRelay/Makefile
/trunk/EmbeddedSoftware/AVR/CanRelay/makefile
/trunk/EmbeddedSoftware/AVR/CanBlinds/main.c
/trunk/EmbeddedSoftware/AVR/CanIRreceive/main.c
/trunk/EmbeddedSoftware/AVR/CanSensors/main.c
/trunk/EmbeddedSoftware/AVR/CanSimpleCLCD/main.c
323
7150 d 18 h
eqlazer
/trunk/EmbeddedSoftware/AVR/CanBlinds/
CanBlinds: Cleaned up a bit.
/trunk/EmbeddedSoftware/AVR/CanBlinds/main.c
322
7152 d 19 h
eqlazer
/trunk/EmbeddedSoftware/AVR/
CanIRreceive: Converted to bios version.
irreceiver.h: Included bios.h so it uses F_CPU instead of F_OSC.
/trunk/EmbeddedSoftware/AVR/CanBlinds/main.c
/trunk/EmbeddedSoftware/AVR/CanIRreceive/main.c
/trunk/EmbeddedSoftware/AVR/lib/funcdefs/eqlazer_funcdefs.h
/trunk/EmbeddedSoftware/AVR/lib/src/ir/receiver/irreceiver.h
320
7152 d 20 h
eqlazer
/trunk/EmbeddedSoftware/AVR/
AVR-Bios: Can now use timer2 for timebase. (Both mega8 and 88)
/trunk/EmbeddedSoftware/AVR/AVR-Bios/avr_cfg.h
/trunk/EmbeddedSoftware/AVR/CanBlinds/main.c
/trunk/EmbeddedSoftware/AVR/lib/src/actuator/rc_servo.c
/trunk/EmbeddedSoftware/AVR/lib/src/actuator/rc_servo.h
←Prev
1
2
Next→
Show All