<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/docs/library/pyb.DAC.rst, branch 6.0.x</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=6.0.x</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=6.0.x'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2018-02-21T01:34:59+00:00</updated>
<entry>
<title>Delete a bunch of docs, drivers and examples not relevant to CircuitPython.</title>
<updated>2018-02-21T01:34:59+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott.shawcroft@gmail.com</email>
</author>
<published>2018-02-21T01:34:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=20dd3b1e434f57a0609fd5306f47863396d1022e'/>
<id>urn:sha1:20dd3b1e434f57a0609fd5306f47863396d1022e</id>
<content type='text'>
This fixes #345 and fixes #215.
</content>
</entry>
<entry>
<title>docs: Spelling mistakes</title>
<updated>2016-08-02T08:17:46+00:00</updated>
<author>
<name>Mike Causer</name>
<email>mcauser@gmail.com</email>
</author>
<published>2016-07-31T23:52:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=ce166e6b68b7fafb73a99fd64081f8a4155fe22a'/>
<id>urn:sha1:ce166e6b68b7fafb73a99fd64081f8a4155fe22a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs/pyb.*: Use proper class case in method headers.</title>
<updated>2016-06-08T13:21:28+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-06-08T13:21:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=a384a5313013d8ffda4db0e509cf798a080b3526'/>
<id>urn:sha1:a384a5313013d8ffda4db0e509cf798a080b3526</id>
<content type='text'>
Class designator will be used as is in indexes, so must match actual class
name.
</content>
</entry>
<entry>
<title>docs/pyb.*: Add "currentmodule:: pyb" directive.</title>
<updated>2016-06-07T21:57:41+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-06-07T21:57:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=0a4cc24b2e8e7ceafb4e2cbe640c9f5dce655a70'/>
<id>urn:sha1:0a4cc24b2e8e7ceafb4e2cbe640c9f5dce655a70</id>
<content type='text'>
Makes sure that classes described in these separate files are properly
designated as belonging to "pyb" module in indexes.
</content>
</entry>
<entry>
<title>stmhal/dac: DAC deinit() method added.</title>
<updated>2016-05-31T10:10:35+00:00</updated>
<author>
<name>Peter Hinch</name>
<email>peter@hinch.me.uk</email>
</author>
<published>2016-05-26T06:39:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=641300dccb0a68e4ede07323aabeed564a892a8f'/>
<id>urn:sha1:641300dccb0a68e4ede07323aabeed564a892a8f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs: Fix formatting of DAC code examples.</title>
<updated>2015-10-13T13:44:00+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2015-10-13T13:44:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=d6442407f57b47f09862810dfd54912860109be1'/>
<id>urn:sha1:d6442407f57b47f09862810dfd54912860109be1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>stmhal: Allow to set bits resolution for DAC; 8 is default, can have 12.</title>
<updated>2015-10-13T13:33:04+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2015-10-13T13:33:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=b5c43be135dc4b9e75fda771935445589e761b12'/>
<id>urn:sha1:b5c43be135dc4b9e75fda771935445589e761b12</id>
<content type='text'>
This patch allows to configure the DAC resolution in the constructor and
in the init function, eg:

dac = DAC(1, bits=12).

The default resolution is 8 bits for backwards compatibility.  The bits
sets the maximum value accepted by write and write_timed methods, being
2**bits - 1.

When using write_timed with 12-bit resolution, the input buffer is
treated as an unsigned half-word array, typecode 'H'.

See PR #1130 for discussion.
</content>
</entry>
<entry>
<title>stmhal: Allow DAC.write_timed to take Timer object in place of freq.</title>
<updated>2015-07-21T22:39:49+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2015-07-21T22:37:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=abc24c187614e358faa10ed6a3e239151f70b9f8'/>
<id>urn:sha1:abc24c187614e358faa10ed6a3e239151f70b9f8</id>
<content type='text'>
This allows the DAC to use a user-specified Timer for the triggering
(instead of the default Timer(6)), while still supporting original
behaviour.

Addresses issues #1129 and #1388.
</content>
</entry>
<entry>
<title>docs: Fix frequency info for DAC.triangle.</title>
<updated>2015-01-20T23:56:10+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2015-01-20T23:56:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=73533247cb2602c968229d2c102e925c5b702677'/>
<id>urn:sha1:73533247cb2602c968229d2c102e925c5b702677</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs: Add links from quickref to pyb classes.</title>
<updated>2014-11-04T18:25:20+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-11-04T18:25:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=8e701604d570d8c45da95ced677ef999fb4c48a6'/>
<id>urn:sha1:8e701604d570d8c45da95ced677ef999fb4c48a6</id>
<content type='text'>
</content>
</entry>
</feed>
