<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/extmod/machine_pinbase.c, branch 4.0.0-beta.7</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=4.0.0-beta.7</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=4.0.0-beta.7'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2019-01-18T20:52:27+00:00</updated>
<entry>
<title>Fix unix build</title>
<updated>2019-01-18T20:52:27+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2019-01-18T20:52:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=58a2009cc11ac6b080d182854d0f669a6f65647a'/>
<id>urn:sha1:58a2009cc11ac6b080d182854d0f669a6f65647a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>extmod/machine_pinbase: Put PinBase singleton in ROM.</title>
<updated>2017-09-12T06:00:21+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2017-09-12T06:00:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=b02be234e1981d42fc890bac5cc7cf3b7e05dfa8'/>
<id>urn:sha1:b02be234e1981d42fc890bac5cc7cf3b7e05dfa8</id>
<content type='text'>
This patch also removes the empty type "pinbase_type" (which crashes if
accessed) and uses "machine_pinbase_type" instead as the type of the
PinBase singleton.
</content>
</entry>
<entry>
<title>extmod/machine_pinbase: Fix nanbox build.</title>
<updated>2016-06-18T21:26:57+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-06-18T21:26:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=efee5773185ded1d8360c9a785d205aec0ce01f0'/>
<id>urn:sha1:efee5773185ded1d8360c9a785d205aec0ce01f0</id>
<content type='text'>
MP_ROM_PTR() is only for data structures initialization, code should use
MP_OBJ_FROM_PTR().
</content>
</entry>
<entry>
<title>extmod/machine_pinbase: Implementation of PinBase class.</title>
<updated>2016-06-18T20:40:28+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-06-18T20:35:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=3fecbb246238148f83500fb0853ceaa2c3d49fa2'/>
<id>urn:sha1:3fecbb246238148f83500fb0853ceaa2c3d49fa2</id>
<content type='text'>
Allows to translate C-level pin API to Python-level pin API. In other
words, allows to implement a pin class and Python which will be usable
for efficient C-coded algorithms, like bitbanging SPI/I2C, time_pulse,
etc.
</content>
</entry>
</feed>
