Инструменты пользователя

Инструменты сайта


oscilloscope-code

Это старая версия документа!


Oscilloscope code

https://circuitdigest.com/microcontroller-projects/arduino-oscilloscope-code-circuit

With pip installed, we can now install the other libraries we need.

Open the command prompt for windows users, terminal for linux users and enter the following;

pip install pyserial

With this done, install matplotlib using;

pip install matplotlib
 

Drawnow is sometimes installed alongside matplotlib but just to be sure, run;

pip install drawnow
oscilloscope-code.1543416360.txt.gz · Последние изменения: 2019/06/24 20:29 (внешнее изменение)