<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/altoslib, branch 1.3.1</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=1.3.1</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=1.3.1'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2014-01-22T05:34:58+00:00</updated>
<entry>
<title>altoslib: Fetch target device config for Fire Igniter npyro value</title>
<updated>2014-01-22T05:34:58+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-01-22T05:34:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=677fcafd3816b6d8d86b2dc41b840d97b5ccbf07'/>
<id>urn:sha1:677fcafd3816b6d8d86b2dc41b840d97b5ccbf07</id>
<content type='text'>
The code was using the AltosLink config_data, which is always the
locally connected device's configuration. When using the packet link,
that's not terribly useful when asking how many extra pyro channels
are available.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Use factory calibration for all acceleration computations</title>
<updated>2014-01-15T07:29:59+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-01-15T07:29:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=cc06242e882cba462791962c199b7c89e79adc65'/>
<id>urn:sha1:cc06242e882cba462791962c199b7c89e79adc65</id>
<content type='text'>
The ground acceleration value will vary depending on the tilt angle of
the airframe, which will result in incorrect acceleration computations
during flight. This also avoids accidental boost detect when moving
the airframe around in pad mode.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altoslib: Add AltosOrient class and max_orient()</title>
<updated>2013-12-28T18:13:05+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-12-28T18:13:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=053d092b3dca4ebb98e97ec0fe24f5f5e1c31f88'/>
<id>urn:sha1:053d092b3dca4ebb98e97ec0fe24f5f5e1c31f88</id>
<content type='text'>
This adds the class necessary to put orient into a UI.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui: Extend Fire Igniter to additional channels</title>
<updated>2013-12-21T16:56:00+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-12-21T16:56:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=081455dcba860f3e4df8cd66f3fe686b204034ad'/>
<id>urn:sha1:081455dcba860f3e4df8cd66f3fe686b204034ad</id>
<content type='text'>
This lets the UI test fire other pyro channels on TeleMega

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altoslib: Bump library version</title>
<updated>2013-12-21T03:44:38+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-12-21T03:44:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=b89fb51a963635e2effe3a31f803bfc29c2c46b7'/>
<id>urn:sha1:b89fb51a963635e2effe3a31f803bfc29c2c46b7</id>
<content type='text'>
Prepare for next release by making sure we notice that the API/ABI for
this library has changed.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altoslib: Fetch 'orient' value from Mega Sensor packet</title>
<updated>2013-12-21T03:38:29+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-12-21T03:38:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=796cb90e3241103f79ae12565cf6f0dad21cb57c'/>
<id>urn:sha1:796cb90e3241103f79ae12565cf6f0dad21cb57c</id>
<content type='text'>
The mega sensor packet had a spare byte to hold the current
orientation value.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altoslib: Convert IMU and Mag sensor values to useful units</title>
<updated>2013-12-21T03:37:08+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-12-21T03:37:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=91bcfae2e64ecb2e7de1292b264910382b635aea'/>
<id>urn:sha1:91bcfae2e64ecb2e7de1292b264910382b635aea</id>
<content type='text'>
Convert from raw sensor values to metric units

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altoslib: Remove some old debug printfs for self flashing</title>
<updated>2013-12-19T06:00:13+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-12-19T06:00:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=3b13cc2ca035b13582cd2e59ba7286f872f43c6e'/>
<id>urn:sha1:3b13cc2ca035b13582cd2e59ba7286f872f43c6e</id>
<content type='text'>
These aren't necessary anymore and just slow down flashing boards.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui: Remove some debug printfs</title>
<updated>2013-12-18T21:36:04+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-12-18T21:36:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=c1bfe09b6d3eb28d0c7cfe07a248843cf81bcd25'/>
<id>urn:sha1:c1bfe09b6d3eb28d0c7cfe07a248843cf81bcd25</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altoslib: Define 3.8 as a good battery and 3.5 as a good igniter</title>
<updated>2013-12-18T21:22:45+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-12-18T21:22:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=dbcf3264f950c4e1d450828c9f161b4c418bee97'/>
<id>urn:sha1:dbcf3264f950c4e1d450828c9f161b4c418bee97</id>
<content type='text'>
Use defined values everywhere instead of copying. Adjust battery up to
3.8 to ensure there's enough voltage to not trip the comparators

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
</feed>
