Go Back   EcoModder Forum > Search Forums
Register Now
 Register Now
 

Showing results 1 to 4 of 4
Search took 0.07 seconds.
Search: Posts Made By: nickdigger
Forum: OpenGauge / MPGuino FE computer 09-05-2013, 02:07 PM
Replies: 448
Views: 189,462
Posted By t vago
MPGuino v0.86tav RC1 (rename it, perhaps?)

Okay, here it is. The code was developed in a standalone text editor, was compiled using Arduino 1.0.5, and uploaded to my MPGuino JBD hardware via a Pololu AVR ISP V2 USB programmer.

Let me know...
Forum: OpenGauge / MPGuino FE computer 08-30-2013, 01:28 PM
Replies: 448
Views: 189,462
Posted By t vago
This the code I use to enable the fuel injector...

This the code I use to enable the fuel injector interrupt.
EICRA = (EICRA & ~(1 << ISC01)) | (1 << ISC00); // set injector sense pin control
EIFR = (1 < INTF0); // clear fuel injector sense flag...
Forum: OpenGauge / MPGuino FE computer 07-16-2013, 08:28 PM
Replies: 57
Views: 19,005
Posted By t vago
Testing my updated code revealed that rather...

Testing my updated code revealed that rather interesting fuel consumption runaway bug that was first documented in this post by DCB (http://ecomodder.com/forum/35761-post308.html). It is always...
Forum: OpenGauge / MPGuino FE computer 08-25-2009, 08:28 AM
Replies: 3
Views: 1,430
Posted By dcb
2 and 3 are the external interrupt pins, they are...

2 and 3 are the external interrupt pins, they are special because they can differentiate between a rising signal and a falling signal. So essentially one pin fires a tiny bit of code when the...
Showing results 1 to 4 of 4

 
Forum Jump


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Content Relevant URLs by vBSEO 3.5.2
All content copyright EcoModder.com