Skip to content

mitchvoll/CISC340

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CISC340_PROJECT_2

CISC340_PROJECT_1

####Project 1 final code

All project files are in /_main_. The file _main_.ino is the main program that contains the navigation logic and component usage logic. The other files are for component functions so we can avoid lots of merge conflicts from working on the same file.

The entire folder compiles so that functions written in each file are usable in _main_.ino so you should be able to build your function and test it from the main file. If you have access to an Arduino let me know if you get output in the serial monitor with the current config, I don't have my Arduino so I couldn't test it.

Libraries and Classes

  • Also if you want to write your module as a library or class instead to allow the main program to use your module as an object. You can just remove your .ino file and include a .cpp and .h file instead.
  • Good tutorial https://www.arduino.cc/en/Hacking/LibraryTutorial

Including Libraries

Current project directory

  • /_main_
    • _main_.ino
    • motor.cpp
    • motor.h
    • led.cpp
    • led.h
    • sensor.ino
    • communication.ino

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published