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
/
avr-lib
/
drivers
/
mcu
/
gpio.h
@ 1663
– Rev 2290
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
Rev
Age
Author
Path
Log message
Diff
2290
4501 d 23 h
arune
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/mcu/
Added commented ports, those can be used with mega64c1
1743
5541 d 0 h
lerneaen_hydra
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/mcu/
added GPIO D3, B3-5. May be useful for other projects.
1742
5541 d 0 h
lerneaen_hydra
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/mcu/
added GPIO D3, B3-5. May be useful for other projects.
1419
6105 d 5 h
linlun
/trunk/
Added simple output GPIO module
1416
6106 d 0 h
arune
/trunk/EmbeddedSoftware/AVR/avr-lib/
avr-lib: minor fixes to support mega328
1333
6255 d 2 h
arune
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/mcu/
drivers/gpio: added comment for the last committed function
1332
6255 d 6 h
arune
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/mcu/
drivers/gpio: added output state
1331
6255 d 7 h
arune
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/mcu/
drivers/gpio: comments fixed for new function
1330
6255 d 8 h
arune
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/mcu/
drivers/gpio: added inline function gpio_get_direction and defines for PIN_HIGH/LOW and PORT_INPUT/OUTPUT to use with gpio_get-functions
1266
6281 d 1 h
pengi
/trunk/
Channel drivers added... early working version.
1139
6395 d 20 h
linlun
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/mcu/
Added gpio for NodeEssential
1127
6413 d 21 h
linlun
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/mcu/
gpio.h: forgot this file
1085
6432 d 21 h
linlun
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/mcu/
gpio.h: fixed problem with compiler not inlineing correctly
1084
6433 d 0 h
arune
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/mcu/
drivers/gpio: added defines for all gpio, cleanup and comments for new defines
1082
6433 d 21 h
linlun
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/mcu/
Added functionality to make easier defines for corecard pins
1073
6446 d 3 h
arune
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/mcu/
drivers/gpio.h: updated with all avr pins that could be used in the project
1070
6447 d 1 h
arune
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/
avrlib/drivers: moved gpio to mcu (which is the same as HAL probably), removed HAL dir
1058
6457 d 22 h
eqlazer
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/HAL/
GPIO HAL for CoreCard, the actual file