<feed xmlns='http://www.w3.org/2005/Atom'>
<title>infinitime.git/src/drivers/Bma421.h, branch ultraredux2-pwmbacklight</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/infinitime.git/'/>
<entry>
<title>Add support for BMA425 acceleration sensor. (#440)</title>
<updated>2021-06-19T18:27:59Z</updated>
<author>
<name>JF002</name>
<email>JF002@users.noreply.github.com</email>
</author>
<published>2021-06-19T18:27:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/infinitime.git/commit/?id=c6dca25b9fa30af989baf748f6c32b38eaa95bac'/>
<id>c6dca25b9fa30af989baf748f6c32b38eaa95bac</id>
<content type='text'>
* Add support for BMA425 acceleration sensor.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add support for BMA425 acceleration sensor.</pre>
</div>
</content>
</entry>
<entry>
<title>Changed access modified indentation</title>
<updated>2021-04-24T09:00:45Z</updated>
<author>
<name>Avamander</name>
<email>avamander@gmail.com</email>
</author>
<published>2021-04-24T09:00:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/infinitime.git/commit/?id=69898545193a82f7d72c9f47c9d9de36167b157b'/>
<id>69898545193a82f7d72c9f47c9d9de36167b157b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Reformatted all the files according to clang-format style</title>
<updated>2021-04-24T08:39:53Z</updated>
<author>
<name>Avamander</name>
<email>avamander@gmail.com</email>
</author>
<published>2021-04-18T17:28:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/infinitime.git/commit/?id=40d45d923b033363ff1304b47eac238dd4495a57'/>
<id>40d45d923b033363ff1304b47eac238dd4495a57</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>TwiMaster is now based on the NRFX TWI driver, as it handles more edge cases and workarounds for errors on the bus.</title>
<updated>2021-04-08T18:07:24Z</updated>
<author>
<name>Jean-François Milants</name>
<email>jf@codingfield.com</email>
</author>
<published>2021-04-08T18:07:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/infinitime.git/commit/?id=9ac4be8b759bb2cedeb999ce5e87d983261beded'/>
<id>9ac4be8b759bb2cedeb999ce5e87d983261beded</id>
<content type='text'>
Reset the TWI bus after the soft-reset of the motion sensor to workaround issues on the TWI bus.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reset the TWI bus after the soft-reset of the motion sensor to workaround issues on the TWI bus.
</pre>
</div>
</content>
</entry>
<entry>
<title>Reset the step count every day at midnight.</title>
<updated>2021-04-04T13:56:40Z</updated>
<author>
<name>Jean-François Milants</name>
<email>jf@codingfield.com</email>
</author>
<published>2021-04-02T15:33:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/infinitime.git/commit/?id=1d7576de64a33837434e6f414a74ae7dbe929196'/>
<id>1d7576de64a33837434e6f414a74ae7dbe929196</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Handle return code from BMA driver, and set a flag is the initialization fails. This allows to boot InfiniTime even if the device cannot initialize.</title>
<updated>2021-04-04T13:56:11Z</updated>
<author>
<name>Jean-François Milants</name>
<email>jf@codingfield.com</email>
</author>
<published>2021-04-02T14:56:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/infinitime.git/commit/?id=52a90288fd2b744b68d584db316fcf3fede84262'/>
<id>52a90288fd2b744b68d584db316fcf3fede84262</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Code cleaning in BMA421 driver. Do the axis inversion in the driver and not in the application.</title>
<updated>2021-04-04T13:56:11Z</updated>
<author>
<name>Jean-François Milants</name>
<email>jf@codingfield.com</email>
</author>
<published>2021-04-01T19:18:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/infinitime.git/commit/?id=c7cc47ae306b8012c196587f156519b0773aef93'/>
<id>c7cc47ae306b8012c196587f156519b0773aef93</id>
<content type='text'>
NOTE: Axis remapping from the SDK do not apply to the "raw" X/Y/Z values returned to the sensor. According to the doc, the remapping is only applied to features, but I cannot check if it has any effect on step counting (I'm not sure I use it correctly, doc is not complete enough about this feature).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
NOTE: Axis remapping from the SDK do not apply to the "raw" X/Y/Z values returned to the sensor. According to the doc, the remapping is only applied to features, but I cannot check if it has any effect on step counting (I'm not sure I use it correctly, doc is not complete enough about this feature).
</pre>
</div>
</content>
</entry>
<entry>
<title>First integration of the motion sensor (bma 421) : step counting + wake on wrist rotation + app to see the value of the 3 axis in "real time".</title>
<updated>2021-04-04T13:56:04Z</updated>
<author>
<name>Jean-François Milants</name>
<email>jf@codingfield.com</email>
</author>
<published>2021-03-31T17:47:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/infinitime.git/commit/?id=68bdaee1cc301a2aca1849f38d2596debe7d67d1'/>
<id>68bdaee1cc301a2aca1849f38d2596debe7d67d1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
