Skip to content

Commit 653782b

Browse files
authored
Update README.md (#203)
1 parent 3ca3dad commit 653782b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,12 @@ edgepi_adc.stop_conversions(ADCNum.ADC_1)
4343
For further details on this and other modules, please refer to each module's documentation by following the links provided in the `Implemented Modules` section below.
4444
# Implemented Modules
4545
The EdgePi SDK contains modules intended to represent each connected peripheral device onboard the EdgePi. Below is a directory of the currently available modules.
46-
* [Thermocouple](src/edgepi/tc)
47-
* [Digital to Analog Converter (DAC)](src/edgepi/dac)
48-
* [Analog to Digital Converter (ADC)](src/edgepi/adc)
49-
* [LED Array](src/edgepi/led)
50-
* [Digital Input (DIN)](src/edgepi/digital_input)
51-
* [Digital Output (DOUT)](src/edgepi/digital_output)
46+
* [Thermocouple](https://github.com/EdgePi-Cloud/edgepi-python-sdk/tree/main/src/edgepi/tc)
47+
* [Digital to Analog Converter (DAC)](https://github.com/EdgePi-Cloud/edgepi-python-sdk/tree/main/src/edgepi/dac)
48+
* [Analog to Digital Converter (ADC)](https://github.com/EdgePi-Cloud/edgepi-python-sdk/tree/main/src/edgepi/adc)
49+
* [LED Array](https://github.com/EdgePi-Cloud/edgepi-python-sdk/tree/main/src/edgepi/led)
50+
* [Digital Input (DIN)](https://github.com/EdgePi-Cloud/edgepi-python-sdk/tree/main/src/edgepi/digital_input)
51+
* [Digital Output (DOUT)](https://github.com/EdgePi-Cloud/edgepi-python-sdk/tree/main/src/edgepi/digital_output)
5252
# Development
5353
Active development SDK versions can be accessed from the following resources:
5454
## Installing from TestPyPi

0 commit comments

Comments
 (0)