<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/extmod/machine_pinbase.c, branch 0.8.0</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=0.8.0</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=0.8.0'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2016-06-18T21:26:57+00:00</updated>
<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>
