M128-1wire-PortF
From MCS Wiki AVR
(Difference between revisions)
(Created page with "This user contributed library is only for the atmega128 when 1wire is used on PORTF. Normally the port registers DDR, PORT and PIN are grouped and this is used to work with p...") |
|||
Line 4: | Line 4: | ||
PORTF is however incompatible since it is grouped different. This library uses fixed addresses. | PORTF is however incompatible since it is grouped different. This library uses fixed addresses. | ||
+ | |||
+ | |||
+ | |||
+ | - When using this library you can not use 1wire devices on other ports. This because this lib overloads the default library. | ||
+ | |||
+ | - The EXTENDED=1 option from [[CONFIG_1WIRE|CONFIG 1WIRE]] may not be used in combination with this library. | ||
+ | |||
+ | |||
{{Languages}} | {{Languages}} | ||
[[Category:ASM Libraries and Add-Ons]] | [[Category:ASM Libraries and Add-Ons]] |
Latest revision as of 22:44, 13 December 2014
This user contributed library is only for the atmega128 when 1wire is used on PORTF.
Normally the port registers DDR, PORT and PIN are grouped and this is used to work with pointers.
PORTF is however incompatible since it is grouped different. This library uses fixed addresses.
- When using this library you can not use 1wire devices on other ports. This because this lib overloads the default library.
- The EXTENDED=1 option from CONFIG 1WIRE may not be used in combination with this library.
Languages | English |
---|