• Can someone check this code for me?
    Hello , every body: Hope you could give me some suggestion. I use this module to arrange my functions in a period of time, that says, when the times up, the specified routine will execute. I put the...
  • Could someone explain?
    This ex. will not work char data test; char TestF(void); char TestF(void) { if (test == 0x8A) { //... return(1); } } //Take a look at the Assambly code ; FUNCTION TestF (BEGIN) ; SOURCE LINE...
  • Can someone advice for pointers for void objects?
    void *MyConfigDetail; if (x) { ((TType1 *) MyConfigDetail) = DetailCacheBeans; } else { ((TType2 *) MyConfigDetail) = DetailailCacheHam; } </rpr> But I am unable to access the "MyConfigDetail" elements...
  • can someone help me with my code
    i write code but lcd show x=-1 y=-1 z=-1 can you help me? <code> #Include <processer.h> #use delay (clock = 20000000) #Use I2C (master, sda = PIN C3, scl = PIN C4) #define LCD_RS_PIN PIN^b1...
  • faster
    as you know text files transfer much faster than binary files. is it da same with files on the sd memory stick?