Wow ! It works ! from LXTerminal I added a few extra lines before I started:- cd home cd pi cd Desktop cd foldername from there, I followed the excellent instructions taking great care over upper and lower case ! I used the bash 'ls' command to check I was in the correct directort with expected file...
Seems a fun thing from https://sites.google.com/site/pauldunn/ I've followed all the instructions but.... I got lost in Bash and the GUI I down loaded the files on another PC and put them on am SD card. I then copied them onto a Directory on the GUI Desktop AOK then I wanted to copy them to Pi Bash ...
I'll bring along a project of Bash scripts (like M$ BAT files or ICL macro files- I hope ! ), as I've zero experience of these any help warmly appreciated !
For the first time visit, the favoured table is found by going in the entrance from the road and its on a raised platform opposite the first part of a very long bar ! An A4 picture of a Raspberry may be found flat on the table or in the vertical 'menu' holder. Also a warm and friendly welcome is ass...
I've done this twice and so far a re-install of Raspbian was the fix, loosing all my data and settings. first I installed 'LXmusic' then I copied about 2GB of mp3 onto the SD 16GB card into a 'My Music' directory on the Desktop, Then foolishly, *LOL*, I set LXMusic's Playlist play to one of the sub ...
Oh Dear ! I just want to write a program that can be used time and time again ! Namely turn on an external GPIO port and check that its working by reading an input. (for as many ports that are available) If I can get one pair of ports working then the rest should be identical apart from port numbers...
I'm sure that is wise advice, but this is what I tried earlier today. Many thanks ! Top Level Module 'Run' program __ Import T1 Import T2 Print ("END) __ Second level Module:- called 'T1' # Print T1 print ("T1") return __ Second level Module:- called 'T2' # Print T1 print ("T1") return __ Naturally ...
I'm used to keeping the primary code as short as possible and keeping all the tricky parts in subroutines . Its very fast on processor power and makes the code a lot easier to maintain and debug. But I'm very very new toPython and very unfamiliar with it. Does Python have any thing similar ? And wha...