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
/
module
/
sns_inputAnalog
/
sns_inputAnalog.h
– Rev 1978
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
1978
5234 d 21 h
arune
/trunk/EmbeddedSoftware/AVR/module/
Updated all modules EEPROM config flag
/trunk/EmbeddedSoftware/AVR/module/act_PID/act_PID.h
/trunk/EmbeddedSoftware/AVR/module/act_RGBW/act_RGBW.c
/trunk/EmbeddedSoftware/AVR/module/act_RGBW/act_RGBW.h
/trunk/EmbeddedSoftware/AVR/module/act_SlowPWM/act_SlowPWM.c
/trunk/EmbeddedSoftware/AVR/module/act_SlowPWM/act_SlowPWM.h
/trunk/EmbeddedSoftware/AVR/module/act_pcaPWM/act_pcaPWM.c
/trunk/EmbeddedSoftware/AVR/module/act_pcaPWM/act_pcaPWM.h
/trunk/EmbeddedSoftware/AVR/module/act_softPWM/act_softPWM.c
/trunk/EmbeddedSoftware/AVR/module/act_softPWM/act_softPWM.h
/trunk/EmbeddedSoftware/AVR/module/chn_ChnMaster/chn_ChnMaster.c
/trunk/EmbeddedSoftware/AVR/module/chn_ChnMaster/chn_ChnMaster.h
/trunk/EmbeddedSoftware/AVR/module/sns_DHT11/sns_DHT11.c
/trunk/EmbeddedSoftware/AVR/module/sns_DHT11/sns_DHT11.h
/trunk/EmbeddedSoftware/AVR/module/sns_PIR/sns_PIR.h
/trunk/EmbeddedSoftware/AVR/module/sns_Serial/sns_Serial.c
/trunk/EmbeddedSoftware/AVR/module/sns_Serial/sns_Serial.h
/trunk/EmbeddedSoftware/AVR/module/sns_TCN75A/sns_TCN75A.c
/trunk/EmbeddedSoftware/AVR/module/sns_TCN75A/sns_TCN75A.h
/trunk/EmbeddedSoftware/AVR/module/sns_Touch/sns_Touch.c
/trunk/EmbeddedSoftware/AVR/module/sns_Touch/sns_Touch.h
/trunk/EmbeddedSoftware/AVR/module/sns_VoltageCurrent/sns_VoltageCurrent.c
/trunk/EmbeddedSoftware/AVR/module/sns_VoltageCurrent/sns_VoltageCurrent.h
/trunk/EmbeddedSoftware/AVR/module/sns_counter/sns_counter.c
/trunk/EmbeddedSoftware/AVR/module/sns_counter/sns_counter.h
/trunk/EmbeddedSoftware/AVR/module/sns_inputAnalog/sns_inputAnalog.c
/trunk/EmbeddedSoftware/AVR/module/sns_inputAnalog/sns_inputAnalog.h
/trunk/EmbeddedSoftware/AVR/module/sns_irTransceive/sns_irTransceive.c
/trunk/EmbeddedSoftware/AVR/module/sns_irTransceive/sns_irTransceive.h
/trunk/EmbeddedSoftware/AVR/module/sns_power/sns_power.c
/trunk/EmbeddedSoftware/AVR/module/sns_power/sns_power.h
/trunk/EmbeddedSoftware/AVR/module/sns_rfTransceive/sns_rfTransceive.h
/trunk/EmbeddedSoftware/AVR/module/sns_rotaryHex/sns_rotaryHex.h
/trunk/EmbeddedSoftware/AVR/module/tst_TestPrgRig/tst_TestPrgRig.c
/trunk/EmbeddedSoftware/AVR/module/tst_TestPrgRig/tst_TestPrgRig.h
1543
5877 d 23 h
arune
/trunk/EmbeddedSoftware/AVR/module/sns_inputAnalog/
module/inputAnalog: added pullup enable ports and reference enable ports for each sensor
/trunk/EmbeddedSoftware/AVR/module/sns_inputAnalog/config.inc.template
/trunk/EmbeddedSoftware/AVR/module/sns_inputAnalog/sns_inputAnalog.c
/trunk/EmbeddedSoftware/AVR/module/sns_inputAnalog/sns_inputAnalog.h
1540
5878 d 6 h
arune
/trunk/EmbeddedSoftware/AVR/module/sns_inputAnalog/
module/inputAnalog: Added eeprom support, periodic transmission now sends if ad value changes more than configured theshold, minor tweaks
/trunk/EmbeddedSoftware/AVR/module/sns_inputAnalog/config.inc.template
/trunk/EmbeddedSoftware/AVR/module/sns_inputAnalog/sns_inputAnalog.c
/trunk/EmbeddedSoftware/AVR/module/sns_inputAnalog/sns_inputAnalog.h
/trunk/EmbeddedSoftware/AVR/module/sns_inputAnalog/sources.list
1539
5879 d 9 h
arune
/trunk/
module: added inputAnalog module which can use AD inputs both as periodic transmission and digital inputs, configured dynamically (over CAN), config not done yet, module untested
configuration: added module inputAnalog and command for dynamic config of inputAnalog
/trunk/EmbeddedSoftware/AVR/module/sns_inputAnalog
/trunk/EmbeddedSoftware/AVR/module/sns_inputAnalog/config.inc.template
/trunk/EmbeddedSoftware/AVR/module/sns_inputAnalog/sns_inputAnalog.c
/trunk/EmbeddedSoftware/AVR/module/sns_inputAnalog/sns_inputAnalog.h
/trunk/EmbeddedSoftware/AVR/module/sns_inputAnalog/sns_inputAnalog_eeprom.h
/trunk/EmbeddedSoftware/AVR/module/sns_inputAnalog/sources.list
/trunk/Configuration/data.xml
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/moduleid.h