User Tools

Site Tools


common_code

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
common_code [2015/10/30 12:52] hakcentercommon_code [2015/10/30 12:54] (current) hakcenter
Line 32: Line 32:
 **Vane Positions** **Vane Positions**
 \\ ''<fc #4682b4>const unsigned int</fc> idle_position = **<fc #008000>480</fc>**;'' -- position used when turbo is at idle stage \\ ''<fc #4682b4>const unsigned int</fc> idle_position = **<fc #008000>480</fc>**;'' -- position used when turbo is at idle stage
-\\ ''<fc #4682b4>const unsigned int</fc> cruise_position = 600;'' -- position used when cruise mode is toggled +\\ ''<fc #4682b4>const unsigned int</fc> cruise_position = **<fc #008000>600</fc>**;'' -- position used when cruise mode is toggled 
-\\ ''<fc #4682b4>const unsigned int</fc> deceleration_position = 500;'' -- position used when deceleration mode is toggled+\\ ''<fc #4682b4>const unsigned int</fc> deceleration_position = **<fc #ffa500>500</fc>**;'' -- position used when deceleration mode is toggled
 \\ ''<fc #4682b4>unsigned int</fc> vane_position = 0;'' **-- calculated vane position** \\ ''<fc #4682b4>unsigned int</fc> vane_position = 0;'' **-- calculated vane position**
 \\ ''<fc #4682b4>unsigned int</fc> last_vane_position = 0;'' **-- vane position 2ms ago** \\ ''<fc #4682b4>unsigned int</fc> last_vane_position = 0;'' **-- vane position 2ms ago**
common_code.txt · Last modified: 2015/10/30 12:54 by hakcenter