πŸš—
DIY Vehicle Headunit Docs
CtrlK
  • Overview
    • πŸ‘‹Intro
    • πŸ’‘Hardware
    • ✨Features
    • πŸ‘οΈPreview
  • Setting up for Unity
    • πŸ› οΈPreparing Unity
  • Setting up for CarPlay
    • πŸ› οΈPreparing Ubuntu
  • Other
    • 🌐Unity Web Browser
    • πŸ“ŽUnderstanding Arduino Communication over USB
    • πŸ“ŽUnderstanding Ignition Based 12v Power
  • Arduino
    • πŸ› οΈSetting up the Arduino MEGA
      • πŸ“Full Code
      • πŸ“ŒAdding Extra Pins
      • πŸ“ŒAdding GPS Features
      • πŸ“ŒAdding OBD Features
  • Use Cases
    • 🎨For CarPlay / Android Auto Only
    • πŸ–₯️For Multi-purpose Headunit
  • Purchase Full Project
    • πŸ’°How to Purchase
Powered by GitBook
On this page
  1. Arduino
  2. πŸ› οΈSetting up the Arduino MEGA

πŸ“ŒAdding Extra Pins

You will need to set a integer value for the pin, set the pinMode of the pin to INPUT, and create a check method that works with your usecase. Theres not much else to say here other then figure it out.

PreviousFull CodeNextAdding GPS Features

Last updated 1 year ago