Skip to content

Enthernetcode/beagleForBeginners

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to Use This Script

  1. Introduction: This section introduces the user to the BeagleBone platform and the purpose of the script.
  2. Setup and LED Blinking: This part of the script demonstrates how to set up GPIO pins and blink an LED. It includes code that continuously blinks an LED until interrupted.
  3. Interactive Shell: Users can practice their skills by running Python commands directly in an interactive shell. This is useful for experimenting with GPIO commands.
  4. Quiz: A quiz section to test the user's knowledge about GPIO setup and usage in BeagleBone.

Running the Script

  • Make sure you have the Adafruit_BBIO library installed on your BeagleBone.
  • Connect an LED to the specified GPIO pin (P9_14 in this case).
  • Run the script on your BeagleBone.
  • Follow the instructions provided by the script to learn and interact with the GPIO.

Additional Resources

For more detailed guides and community support, refer to:

Feel free to modify and expand this script based on your learning needs and project requirements.

Setup

  • git clone https://github.com/Enthernetcode/beagleForBeginners
  • cd beagleForBeginners
  • apt update && apt upgrade
  • python guide.py To know a bit about the beagle
  • python start.py To get started with the program

Thanks For Using

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages