summaryrefslogtreecommitdiff
path: root/docs/design_guide.rst
AgeCommit message (Collapse)Author
2020-09-28Merge pull request #3481 from caternuson/iss3480_docupdateScott Shawcroft
Add MP const info to Design Guide
2020-09-28RST tweakcaternuson
2020-09-28add MP const info to Design Guidecaternuson
2020-06-25docs: Explain our shift in terminologyJeff Epler
2020-06-25Refer to "main" branch of circuitpythonJeff Epler
2020-03-06add proximity and sound_levelcaternuson
2019-06-25Update import statement in code snippet.Alexander Hagerman
The code snippets in the Design Guide article reference without the statement.
2019-03-25add weight sensor property to the design guidebrentru
2018-05-23ustruct -> struct in design_guide.rstDan Halbert
2018-02-27Merge remote-tracking branch 'adafruit/2.x' into merge_2xScott Shawcroft
2018-02-20Delete a bunch of docs, drivers and examples not relevant to CircuitPython.Scott Shawcroft
This fixes #345 and fixes #215.
2018-02-11Magnetometer values are also 3d vector of uTMika Tuupola
Unless I have misunderstood something design guide should have matching the definition with [Unified Sensor Driver](https://github.com/adafruit/Adafruit_Sensor/blob/master/Adafruit_Sensor.h#L111).
2018-02-08More formalScott Shawcroft
2018-02-08Changes based on feedback in #600.Scott Shawcroft
2018-02-07Clarify style of attribute comments in the Design Guide.Scott Shawcroft
And update the core attributes to match the style.
2018-01-08Fix sensor table. (#517)Scott Shawcroft
RST is very picky about spacing.
2018-01-02Changing magnetic attribute in design guide (#502)Dan Conley
2017-12-14Documentation Updates (mcu.delay() and Design Guide) (#481)sommersoft
/docs/design_guide: added links to firmware build learning guides for SAMD21 & ESP8266. Changes were placed in the "Adding native modules" section, since that seemed to me the best place based on target audience. Updated documentation for `delay()` which fixes #243.
2017-12-02fix markdown-styled link in design_guide.rstChristopher Hiller
2017-10-25updated I2C example (#371)Carter Nelson
2017-10-25update light/lux and eCO2 + TVOCLimor "Ladyada" Fried
2017-07-19docs: Minor updates before 1.0.0Scott Shawcroft
2017-06-19docs: Update design guide for new DigitalInOut API.Scott Shawcroft
2017-06-07docs: Add note about composition to the design guide.Scott Shawcroft
2017-06-07shared-bindings: Update docs to remove with statements from examples but add ↵Scott Shawcroft
more detail to the design guide about their use.
2017-04-10Split up nativeio.0.9.4Scott Shawcroft
This was done to allow greatly granularity when deciding what functionality is built into each board's build. For example, this way pulseio can be omitted to allow for something else such as touchio.
2017-02-03Switch design guide to rST so that the table works. Also add details based ↵0.8.4Scott Shawcroft
on more feedback from @deshipu. Thanks!