File Input and Output in Python Introduction In this lesson, you'll learn about interacting with files in Python. First you'll start by reviewing the core concepts of opening, closing, reading, and ...
# example of file save/open using a text writing program ...
Raspberry PiのGPIOピンを操作するためのライブラリである「RPi.GPIO」を紹介します。 1-1.GPIOとは GPIO (general-purpose input/output) ピンとは様々な用途に使用できるピンであり、ピンに下記のような機能を割り当てることが出来ます。 GPIOとは?機能や使用例は?