<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openmano-mpy/examples/hwapi, branch master</title>
<subtitle>MicroPython source and hardware configuration for OpenMano</subtitle>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/'/>
<entry>
<title>all: Reformat C and Python source code with tools/codeformat.py.</title>
<updated>2020-02-27T23:33:03+00:00</updated>
<author>
<name>Damien George</name>
</author>
<published>2020-02-27T04:36:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=69661f3343bedf86e514337cff63d96cc42f8859'/>
<id>69661f3343bedf86e514337cff63d96cc42f8859</id>
<content type='text'>
This is run with uncrustify 0.70.1, and black 19.10b0.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is run with uncrustify 0.70.1, and black 19.10b0.
</pre>
</div>
</content>
</entry>
<entry>
<title>examples: hwconfig_console: Add .on()/.off() methods.</title>
<updated>2017-10-08T21:22:30+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
</author>
<published>2017-10-08T21:22:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=53966fd9a8c1b7d8a75e8d1c479c8219c8d101d3'/>
<id>53966fd9a8c1b7d8a75e8d1c479c8219c8d101d3</id>
<content type='text'>
Add these methods to this "GPIO output emulated with console prints"
config.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add these methods to this "GPIO output emulated with console prints"
config.
</pre>
</div>
</content>
</entry>
<entry>
<title>examples/hwapi/soft_pwm2_uasyncio: Update for call_later_ms().</title>
<updated>2017-05-16T21:44:00+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
</author>
<published>2017-05-16T21:42:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=0af974b77754ea8bcdaab07527fe685b3fc11631'/>
<id>0af974b77754ea8bcdaab07527fe685b3fc11631</id>
<content type='text'>
Following finalized naming in uasyncio.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Following finalized naming in uasyncio.
</pre>
</div>
</content>
</entry>
<entry>
<title>examples/hwapi/hwconfig*: Use inline Signal() args where possible.</title>
<updated>2017-05-11T22:19:13+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
</author>
<published>2017-05-11T22:19:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=5feeba889799834af0d504dcb5993be5905a9d63'/>
<id>5feeba889799834af0d504dcb5993be5905a9d63</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>examples/hwapi: Add config for Zephyr port of 96Boards Carbon.</title>
<updated>2017-04-27T15:08:05+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
</author>
<published>2017-04-27T15:08:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=11a962099ea8735227623443c62c0248b98e4805'/>
<id>11a962099ea8735227623443c62c0248b98e4805</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>extmod/machine_signal: Rename "inverted" arg to "invert", it's shorter.</title>
<updated>2017-04-15T18:01:47+00:00</updated>
<author>
<name>Damien George</name>
</author>
<published>2017-04-12T03:00:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=61616e84ce41e1b1a0fad62704488d79b87cfbe2'/>
<id>61616e84ce41e1b1a0fad62704488d79b87cfbe2</id>
<content type='text'>
A shorter name takes less code size, less room in scripts and is faster to
type at the REPL.

Tests and HW-API examples are updated to reflect the change.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A shorter name takes less code size, less room in scripts and is faster to
type at the REPL.

Tests and HW-API examples are updated to reflect the change.
</pre>
</div>
</content>
</entry>
<entry>
<title>examples/hwapi/soft_pwm: Use Signal on()/off() methods.</title>
<updated>2017-02-14T10:13:41+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
</author>
<published>2017-02-14T10:11:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=dd00d0134bf4a15fe4f72dc8a157587052717c59'/>
<id>dd00d0134bf4a15fe4f72dc8a157587052717c59</id>
<content type='text'>
Just one sample is updated with  on()/off() for now, there should be
remaining sample(s) showing .value() use (but more can be converted later,
as long as 1 or so good samples of .value() remains).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Just one sample is updated with  on()/off() for now, there should be
remaining sample(s) showing .value() use (but more can be converted later,
as long as 1 or so good samples of .value() remains).
</pre>
</div>
</content>
</entry>
<entry>
<title>examples/hwapi: Be sure to import Signal when it's used.</title>
<updated>2017-02-09T04:21:57+00:00</updated>
<author>
<name>Damien George</name>
</author>
<published>2017-02-09T04:21:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=c66c39313026413472039d6dc0394e1903414713'/>
<id>c66c39313026413472039d6dc0394e1903414713</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>examples/hwapi: Add hwconfig_pyboard.py for pyboard.</title>
<updated>2017-02-09T04:19:28+00:00</updated>
<author>
<name>Kai Fricke</name>
</author>
<published>2017-02-08T19:33:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=c8febe631af902de0878c48820346fac87acecd4'/>
<id>c8febe631af902de0878c48820346fac87acecd4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>examples/button_reaction: Update for time_pulse_us() no longer raising exc.</title>
<updated>2017-02-05T15:01:42+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
</author>
<published>2017-02-05T15:01:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=a4a439caa3f352f8bbbb1d0c79923270561869d3'/>
<id>a4a439caa3f352f8bbbb1d0c79923270561869d3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
