Subversion Repositories HomeAutomation

Rev

Go to most recent revision | Hide changed files | Details | Compare with Previous | Blame | SVN | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
522 7031 d 4 h arune /trunk/EmbeddedSoftware/AVR/lib/src/mcu/ old-lib/serial_cfg.h: Changed default baudrate setting to 9600bps  
/trunk/EmbeddedSoftware/AVR/lib/src/mcu/serial_cfg.h
421 7080 d 12 h eqlazer /trunk/EmbeddedSoftware/AVR/lib/src/can/ lib/src/can/can_cfg.h: Default to 250k bitrate.  
/trunk/EmbeddedSoftware/AVR/lib/src/can/can_cfg.h
390 7092 d 2 h eqlazer /trunk/EmbeddedSoftware/AVR/lib/src/actuator/ lib/src/actuator/rc_servo: Changed from "-128 to 127" to "0 to 255".  
/trunk/EmbeddedSoftware/AVR/lib/src/actuator/rc_servo.c
/trunk/EmbeddedSoftware/AVR/lib/src/actuator/rc_servo.h
382 7094 d 10 h eqlazer /trunk/EmbeddedSoftware/AVR/lib/src/can/mcp2515/ mcp2515.c: Added support for m168.  
/trunk/EmbeddedSoftware/AVR/lib/src/can/mcp2515/mcp2515.c
381 7094 d 10 h eqlazer /trunk/EmbeddedSoftware/AVR/lib/src/mcu/ lib/src/mcu: Added support for m168.
Changed from F_OSC to F_CPU.
 
/trunk/EmbeddedSoftware/AVR/lib/src/mcu/mcu.c
/trunk/EmbeddedSoftware/AVR/lib/src/mcu/timebase.c
/trunk/EmbeddedSoftware/AVR/lib/src/mcu/timebase.h
376 7099 d 10 h noddan /trunk/EmbeddedSoftware/AVR/lib/src/mcu/ serial.c : Changed from F_OSC to F_CPU  
/trunk/EmbeddedSoftware/AVR/lib/src/mcu/serial.c
348 7146 d 10 h eqlazer /trunk/EmbeddedSoftware/AVR/ Moved eqlazer_funcdefs.h to funcdefs.h.
CanCLCD: Looking good. Uses pwm for contrast and backlight.
 
/trunk/EmbeddedSoftware/AVR/lib/funcdefs/funcdefs.h
/trunk/EmbeddedSoftware/AVR/lib/funcdefs/eqlazer_funcdefs.h
/trunk/EmbeddedSoftware/AVR/CanCLCD/Makefile
/trunk/EmbeddedSoftware/AVR/CanCLCD/main.c
/trunk/EmbeddedSoftware/AVR/lib/src/lcd/lcd_HD44780.h
344 7147 d 14 h eqlazer /trunk/EmbeddedSoftware/AVR/ Removed lib/src/temperature.
CanCLCD: Has no intelligence.
 
/trunk/EmbeddedSoftware/AVR/lib/src/temperature
/trunk/EmbeddedSoftware/AVR/CanCLCD/Makefile
/trunk/EmbeddedSoftware/AVR/CanCLCD/main.c
/trunk/EmbeddedSoftware/AVR/lib/funcdefs/eqlazer_funcdefs.h
334 7159 d 0 h eqlazer /trunk/EmbeddedSoftware/AVR/ CanCLCD: Now views ds18s20 sensor data and servo positions.  
/trunk/EmbeddedSoftware/AVR/CanCLCD/main.c
/trunk/EmbeddedSoftware/AVR/lib/src/lcd/clcd20x4.c
332 7159 d 4 h eqlazer /trunk/EmbeddedSoftware/AVR/ CanCLCD: There is a devil living inside.  
/trunk/EmbeddedSoftware/AVR/CanCLCD/main.c
/trunk/EmbeddedSoftware/AVR/lib/src/lcd/clcd20x4.c
/trunk/EmbeddedSoftware/AVR/lib/src/lcd/clcd20x4.h
/trunk/EmbeddedSoftware/AVR/lib/src/lcd/lcd_HD44780.h
326 7160 d 7 h eqlazer /trunk/EmbeddedSoftware/AVR/ CanSensors: Now sending sensor data in separate messages.
sensors/ds18s20/delay.h: Included bios.h to get F_CPU.
 
/trunk/EmbeddedSoftware/AVR/CanIRreceive/Makefile
/trunk/EmbeddedSoftware/AVR/CanSensors/Makefile
/trunk/EmbeddedSoftware/AVR/CanIRreceive/makefile
/trunk/EmbeddedSoftware/AVR/CanSensors/makefile
/trunk/EmbeddedSoftware/AVR/CanSensors_bios/Makefile
/trunk/EmbeddedSoftware/AVR/CanSensors_bios/main.c
/trunk/EmbeddedSoftware/AVR/CanSensors/main.c
/trunk/EmbeddedSoftware/AVR/lib/funcdefs/eqlazer_funcdefs.h
/trunk/EmbeddedSoftware/AVR/lib/src/sensor/ds18s20/delay.h
322 7164 d 1 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 7164 d 2 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
316 7164 d 7 h eqlazer /trunk/EmbeddedSoftware/AVR/lib/ funcdefs: Some structure that try to follow what wiki says.  
/trunk/EmbeddedSoftware/AVR/lib/funcdefs/eqlazer_funcdefs.h
/trunk/EmbeddedSoftware/AVR/lib/src/actuator/rc_servo.c
272 7178 d 4 h jimmy /trunk/EmbeddedSoftware/AVR/lib/src/mcu/ Timebase now works properly with TIMER2 on mega8.  
/trunk/EmbeddedSoftware/AVR/lib/src/mcu/timebase.c
256 7180 d 5 h eqlazer /trunk/EmbeddedSoftware/AVR/ CanCLCD & clcd-libs: Now with support for changing view by remote. Displays temperature and servo positions.  
/trunk/EmbeddedSoftware/AVR/CanCLCD/main.c
/trunk/EmbeddedSoftware/AVR/CanCLCD/makefile
/trunk/EmbeddedSoftware/AVR/lib/src/lcd/clcd20x4.c
/trunk/EmbeddedSoftware/AVR/lib/src/lcd/clcd20x4.h
255 7181 d 0 h eqlazer /trunk/EmbeddedSoftware/AVR/ timebase: Now with correct prescaler, OBS: uses timer2 as default now!
CanSensors: removed debug and support for sht.
 
/trunk/EmbeddedSoftware/AVR/CanSensors/main.c
/trunk/EmbeddedSoftware/AVR/CanSensors/makefile
/trunk/EmbeddedSoftware/AVR/lib/src/mcu/timebase.c
249 7190 d 12 h eqlazer /trunk/EmbeddedSoftware/AVR/ rc_servo: Now it is possible to control three servos individually. But with reduced resolution because of the 8 bit timer.
CanBlinds: Takes argument that decides which servo to turn.
 
/trunk/EmbeddedSoftware/AVR/CanBlinds/main.c
/trunk/EmbeddedSoftware/AVR/lib/src/actuator/rc_servo.c
/trunk/EmbeddedSoftware/AVR/lib/src/actuator/rc_servo.h
247 7191 d 4 h eqlazer /trunk/EmbeddedSoftware/AVR/lib/src/mcu/ timebase: Now use timer2 as default.  
/trunk/EmbeddedSoftware/AVR/lib/src/mcu/timebase.c
/trunk/EmbeddedSoftware/AVR/lib/src/mcu/timebase.h
246 7192 d 0 h eqlazer /trunk/EmbeddedSoftware/AVR/ rc_servo: It actually seems to work now, all three turning modes.  
/trunk/EmbeddedSoftware/AVR/CanBlinds/main.c
/trunk/EmbeddedSoftware/AVR/lib/src/actuator/rc_servo.c
/trunk/EmbeddedSoftware/AVR/lib/src/actuator/rc_servo.h

Show All