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)
/
trunk
/
EmbeddedSoftware
/
AVR
/
lib
/
src/
@ 348
– Rev 0
Rev
Show changed files
|
Details
|
Compare with Previous
|
Blame
|
SVN
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Clear current filter
Rev
Age
Author
Path
Log message
Diff
348
7145 d 4 h
eqlazer
/trunk/EmbeddedSoftware/AVR/
Moved eqlazer_funcdefs.h to funcdefs.h.
CanCLCD: Looking good. Uses pwm for contrast and backlight.
344
7146 d 8 h
eqlazer
/trunk/EmbeddedSoftware/AVR/
Removed lib/src/temperature.
CanCLCD: Has no intelligence.
334
7157 d 18 h
eqlazer
/trunk/EmbeddedSoftware/AVR/
CanCLCD: Now views ds18s20 sensor data and servo positions.
332
7157 d 22 h
eqlazer
/trunk/EmbeddedSoftware/AVR/
CanCLCD: There is a devil living inside.
326
7159 d 2 h
eqlazer
/trunk/EmbeddedSoftware/AVR/
CanSensors: Now sending sensor data in separate messages.
sensors/ds18s20/delay.h: Included bios.h to get F_CPU.
322
7162 d 20 h
eqlazer
/trunk/EmbeddedSoftware/AVR/
CanIRreceive: Converted to bios version.
irreceiver.h: Included bios.h so it uses F_CPU instead of F_OSC.
320
7162 d 20 h
eqlazer
/trunk/EmbeddedSoftware/AVR/
AVR-Bios: Can now use timer2 for timebase. (Both mega8 and 88)
316
7163 d 1 h
eqlazer
/trunk/EmbeddedSoftware/AVR/lib/
funcdefs: Some structure that try to follow what wiki says.
272
7176 d 23 h
jimmy
/trunk/EmbeddedSoftware/AVR/lib/src/mcu/
Timebase now works properly with TIMER2 on mega8.
256
7178 d 23 h
eqlazer
/trunk/EmbeddedSoftware/AVR/
CanCLCD & clcd-libs: Now with support for changing view by remote. Displays temperature and servo positions.
255
7179 d 19 h
eqlazer
/trunk/EmbeddedSoftware/AVR/
timebase: Now with correct prescaler, OBS: uses timer2 as default now!
CanSensors: removed debug and support for sht.
249
7189 d 6 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.
247
7189 d 22 h
eqlazer
/trunk/EmbeddedSoftware/AVR/lib/src/mcu/
timebase: Now use timer2 as default.
246
7190 d 19 h
eqlazer
/trunk/EmbeddedSoftware/AVR/
rc_servo: It actually seems to work now, all three turning modes.
245
7190 d 21 h
eqlazer
/trunk/EmbeddedSoftware/AVR/
CanBlinds: Uses the new libs.
CanRelay: --//--
sht7x: Dont use wdt anymore.
Moved electr. to actuator.
Deleted sensor-libs in /temperature/ except ds18s20 (for compatibility to CanDS18S20).
243
7190 d 22 h
eqlazer
/trunk/EmbeddedSoftware/AVR/lib/src/sensor/tc1047/
tc1047: Looks like it work now.
241
7191 d 1 h
eqlazer
/trunk/EmbeddedSoftware/AVR/lib/src/sensor/tc1047/
tc1047: Can now use ADC0-ADC7
239
7192 d 2 h
eqlazer
/trunk/EmbeddedSoftware/AVR/
CanSensors: Support for ds18s20, tc1047 and sht71. Not tested on hw yet.
lib/src/sensor/: Copied from lib/src/temperature etc. The old ones is still left for backwards compatibility.
224
7197 d 0 h
arune
/trunk/EmbeddedSoftware/AVR/lib/src/mcu/
Timebase-fix för mega8 (i lib/mcu)
220
7199 d 2 h
arune
/trunk/EmbeddedSoftware/AVR/lib/src/can/mcp2515/
Funktionen SetClkout finns nu med i headerfilen också
219
7199 d 2 h
arune
/trunk/EmbeddedSoftware/AVR/lib/src/mcu/
Timebase fungerar nu för F_CPU > 16MHz
218
7199 d 4 h
arune
/trunk/EmbeddedSoftware/AVR/lib/src/can/mcp2515/
* MCP2515 clockout is now set to prescaler /1 at init
215
7200 d 2 h
arune
/trunk/EmbeddedSoftware/AVR/lib/src/eth/
* Watchdog-funktioner som inte används borttagna från timeout för ethernet, kanske kan dessa filer tas bort helt om övrig funktionalitet flyttas
213
7200 d 5 h
arune
/trunk/EmbeddedSoftware/AVR/lib/src/eth/
* Only use tcp and/or udp when needed
211
7200 d 6 h
arune
/trunk/EmbeddedSoftware/AVR/lib/src/eth/enc28j60/
* reset transmit logic before transmitting
210
7200 d 7 h
arune
/trunk/EmbeddedSoftware/AVR/lib/src/eth/
* ss set as output-bug fixed
* send_udp complete (eth+ip+udp-headers set correct)
209
7200 d 21 h
eqlazer
/trunk/EmbeddedSoftware/AVR/lib/src/electromechanic/
rc_servo lib: finished but still untested
208
7201 d 2 h
jimmy
/trunk/EmbeddedSoftware/AVR/
Added Mcu_Init function that initializes the internal OSC in mega88.
207
7201 d 19 h
eqlazer
/trunk/EmbeddedSoftware/AVR/
CanBlinds: a remake of CanRelay, not finished
rc_servo lib: just started
206
7201 d 20 h
arune
/trunk/EmbeddedSoftware/AVR/lib/src/eth/
En funktion tillagd, denna skickar udp men plockar inte destmac/ip från förra paketet, man anger dessa som parametrar
201
7202 d 4 h
arune
/trunk/EmbeddedSoftware/AVR/lib/src/ir/receiver/
Uppdaterat libbets irmottagare något
198
7202 d 6 h
arune
/trunk/EmbeddedSoftware/AVR/lib/src/eth/
Ethernet med enc28j60 finns nu i AVR-lib
196
7206 d 2 h
eqlazer
/trunk/EmbeddedSoftware/AVR/
CanCLCD: Using the new lib.
clcd20x4: Some minor updates.
global_funcdefs: Will now compile (got rid of a strange character).
193
7207 d 19 h
eqlazer
/trunk/EmbeddedSoftware/AVR/lib/src/lcd/
clcd20x4: Lib for easy printing data from bus on 20x4 LCD.
Still in an early stage.
186
7217 d 21 h
eqlazer
/trunk/EmbeddedSoftware/AVR/lib/src/temperature/tc1047/
tc1047 lib
174
7220 d 8 h
jimmy
/trunk/EmbeddedSoftware/AVR/lib/src/com/
Added data section to Com_Message_t.
173
7220 d 8 h
jimmy
/trunk/EmbeddedSoftware/AVR/lib/src/com/
Some more work on the Com services.
172
7220 d 20 h
eqlazer
/trunk/EmbeddedSoftware/AVR/lib/src/com/
Definierat funct, funcc osv.
170
7221 d 1 h
jimmy
/trunk/EmbeddedSoftware/AVR/lib/src/com/
Added template files for the communication subsystem, which will contain all protocol-specific functionality.
166
7224 d 19 h
eqlazer
/trunk/EmbeddedSoftware/AVR/lib/src/lcd/
bytat XTAL till F_OSC