Sorry, i thought i joined the zip.... dependency: TinyWire (attiny implementation of USI/TWI) Arduino ATTiny (arduino core for attiny) You may find "smartDigitalWrite" in code, it's just digitalWrite but without PWM check (size issue for me in attiny2313) i2c address is arbitrary, you can...
today i have test the EOSBANDI Code . It works great , but the home position is not realy set at the homeposition , because after the first fix , the gps drift around 50m away to the real position . So my question is , how can i juse position hold function from the EOSBANDI code ? I think its the be...
Good news! Sonar driver works now! Cycle time is ok also. Thanks to Sir Alex from megapirateng project m #if defined(DYP_ME007) // setup pins and variables for DYP-ME007 sonar device void Sonar_init() { // Sonar INIT //======================= //The smaller altitude then lower the cycle time //cli()...