From 634cff826791a7e9b478e9396fd95bb8e17480cc Mon Sep 17 00:00:00 2001 From: pique_n Date: Thu, 22 Dec 2022 11:08:23 +0000 Subject: [PATCH] Delete install_tec_raspi.txt --- install_tec_raspi.txt | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 install_tec_raspi.txt diff --git a/install_tec_raspi.txt b/install_tec_raspi.txt deleted file mode 100644 index ac2e952..0000000 --- a/install_tec_raspi.txt +++ /dev/null @@ -1,13 +0,0 @@ -Here few instructions to install the drivers for the communtications with the TEC: - -Add the following line to your /boot/config.txt file: -dtoverlay=mcp2515-can0,oscillator=12000000,interrupt=25,spimaxfrequency=2000000 - -sudo reboot - -pip3 install python-can -... for python module - -maybe edit permissions -./resetCAN.sh -... for starting can0 \ No newline at end of file