Blame view

software/pwm_handler/INSTALL 527 Bytes
14b996da3   benny   First commit
1
2
3
4
5
6
7
8
9
10
11
12
  * To install 'pwm_handler' on STM32 board, connect uUSB cable to CN5 connector of board and copy the folowing files in 'PYBFLASH' directory:
  - upython/config.json
  - upython/boot.py
  - upython/config.json
  - upython/pwm_handler.py
  - ../common_class/serial_com.py
  - ../common_class/vnh5019.py
  
  * To install client, put the file "pwm_client" located in "client" directory where you want to use it.
  To use client, you need pyserial and tkinter package installed:
  $ python3 -m pip install --user pyserial
  $ sudo apt install python3-tk