Sinapse-Energia / MIFARE-US

2 stars 0 forks source link

[SB LED&BUZZER - GENERIC & MIFARE] Design & implement SB functions related with LED and BUZZER devices #18

Open ralcaide opened 7 years ago

ralcaide commented 7 years ago

Subpart of #11

For controlling LED and BUZZER following generic function will be used.

The above functions are generic and can be used in any project. Maybe it is necessary to create some MIFARE SB functions in order to ease to provide to concrete behavior required in this project

soporteHW commented 7 years ago

Implementes _void MIC_Set_Digital_Output_status(GPIO_Pin_Select pin, PINStatus status); function.

This function receives as parameter the GPIO_Pin to use and the status to write (ON/OFF)

francisjjp commented 7 years ago

I suppose I can close.