Deexith Hasan
Advanced Member level 4
- Joined
- Oct 24, 2014
- Messages
- 111
- Helped
- 4
- Reputation
- 8
- Reaction score
- 3
- Trophy points
- 18
- Activity points
- 740
i want to interface sd with mcu..when i googled,everything is coded using header file for example in arduino the will include <sd.h>
and mmc.write();
i want to know whats exactly mcu is doing when i call mmc.write fun(); i searched include files of arduino IDE and can find only func declarations not definition ....
so how to ***** open these header files for all mcu IDE like arduino,MPLAB X,etc
and mmc.write();
i want to know whats exactly mcu is doing when i call mmc.write fun(); i searched include files of arduino IDE and can find only func declarations not definition ....
so how to ***** open these header files for all mcu IDE like arduino,MPLAB X,etc