Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
CedarGroveStudios committed Mar 19, 2023
2 parents 8208923 + a6e967b commit 13e26c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Usage Example
import busio
import cedargrove_ad5293
ad5293 = cedargrove_ad5245.AD5293(spi=busio.SPI(), select=board.D6)
ad5293 = cedargrove_ad5245.AD5293(spi=busio.SPI(), select=board.D9)
ad5293.wiper = 1023
print("Wiper set to %d"%ad5293.wiper)
Expand All @@ -85,7 +85,7 @@ Usage Example

Documentation
=============
`AD5293 CircuitPython Driver API Class Description <https://github.com/CedarGroveStudios/CircuitPython_AD5293/blob/main/media/pseudo_readthedocs_cedargrove_ad5293.pdf>`_
`AD5293 CircuitPython Driver API Class Description <https://github.com/CedarGroveStudios/CircuitPython_AD5293/blob/main/media/pseudo_rtd_cedargrove_ad5293.pdf>`_

`CedarGrove AD5293 Breakout OSH Park Project <https://oshpark.com/shared_projects/ADF8EdH9>`_

Expand Down

0 comments on commit 13e26c4

Please sign in to comment.