1. 06 Nov, 2018 1 commit
  2. 05 Nov, 2018 6 commits
  3. 04 Nov, 2018 10 commits
  4. 21 Oct, 2018 3 commits
  5. 19 Oct, 2018 1 commit
    • Michael Schoonmaker's avatar
      Print message when setting PWM fails. · 5b24dfa8
      Michael Schoonmaker authored
      This prevents the car from completely stopping if there is a weak connection
      between the host and the peripheral motor board. Otherwise, a single failed
      set_pwm call will halt the host.
      5b24dfa8
  6. 17 Oct, 2018 1 commit
  7. 16 Oct, 2018 1 commit
  8. 29 Aug, 2018 1 commit
  9. 28 Aug, 2018 1 commit
  10. 26 Aug, 2018 1 commit
    • Dulani's avatar
      Update install_software.md · 6919e30c
      Dulani authored
      Just a simple grammar change for this sentence: "Now your SD card is ready. Eject it from your computer, put it in the Pi, and plug in the Pi."  
      - Changed 'you're' to 'your'
      - Added a comma after the first Pi.
      6919e30c
  11. 25 Aug, 2018 1 commit
  12. 24 Aug, 2018 2 commits
  13. 21 Aug, 2018 1 commit
  14. 31 Jul, 2018 9 commits
  15. 25 Jul, 2018 1 commit
    • Michael J. Smalley's avatar
      Fixed conda install path · ed526c4d
      Michael J. Smalley authored
      The conda install path was pointing to `envs/mac.yml`, but nowhere before that instruction does it tell the reader to `cd` into the `install` subdirectory first, so for the command to work, `install` must be prepended to the path.
      ed526c4d