|
|
Component
GenericBitIO
Generic BitIO Bean
Component Level: Low
Category:
CPU Internal Peripherals-Port I/O
With the GenericBitIO bean it is possible to use ports on your microcontroller if they are not directly supported by Processor Expert.
This may be useful if you port your application to another microcontroller as well.
What you have to do is to specify the port either by name, address or by bit name.
The bean creates as well an Init() method: Processor Expert calls this Init() method from the PE_low_level_init() function.
So if you use the driver code from a non Processor Expert application, make sure that you call the Init() method from your main routine.
|