Single-Ended Sample
This sample demonstrates measuring single-ended analog inputs from analog ports.
To run the sample:
Download the sample code from https://github.com/Turta-io/LoRaHAT/blob/master/Samples/Python/analog_single_ended.py
Copy the sample code to a folder on the Raspberry Pi.
Open terminal, and then go to the folder you copied the sample.
Run the sample with the following command:
Sample Code
Result
When you run the sample, it prints analog readings from all analog inputs. The example output should be like this:
To stop the Python script, just press CTRL + C.
Last updated