DyaPlus / CSE312G42

Ain Shams Project for Tiva C board a counter with reset functionality
1 stars 0 forks source link

Implement Port DIO Library #4

Open DyaPlus opened 5 years ago

DyaPlus commented 5 years ago

based on the current naming

GPIOPortWrite(uint8_t word , unsigned long port_base_address , uint8t mask); GPIOPinWrite(uint8 pin_level , unsigned long port_base_address , uint8_t pin_number);

port_base_address will be found in Port_Init Library pin_level is a micro defined in Port_Init library

EL-SHREIF commented 5 years ago

this commit https://github.com/DyaPlus/CSE312G42/commit/3627a2a8fe783a9f346bb92ba8d9f45343ac575f just add needer headers

EL-SHREIF commented 5 years ago

this commit create the DIO.c file https://github.com/DyaPlus/CSE312G42/commit/fee627c8c1d0412d601a418c6acb10eda4ca2d83