Hi, i'am new with the Hardware Drivers interfacing. does anyone have good tutorial of how to implement in C++? IDE i used is Code Blocks, i dont know how the call back function will be write to this IDE.
and also this line
#ifdef __cplusplus
extern "C" {
#endif
//## i get error somthing # expected ')' before '*' token #
what doest it mean?
can some one convert it to the code blocks syntax or explain something...