1. 24 Feb, 2020 1 commit
  2. 13 Nov, 2019 1 commit
  3. 11 Oct, 2019 2 commits
    • Nils Fitinghoff's avatar
    • Nils Fitinghoff's avatar
      adjust pin traits, fix mut self sanity, fix examples · e696f29e
      Nils Fitinghoff authored
      The pin traits now take the channel as a type argument instead of an
      associated type. This makes it possible for one type to be converted
      into different channels. The output Pin type is now completely decided
      by the implementing type. This allows `NoMatchPin` to work despite not
      having a pin number.
      
      All methods have been adjusted to take `&mut self` instead of `&self`,
      since they actually mutate the state of the timer (e.g. `reset_timer`).
      
      Examples have been updated to compile after the changes to constructors,
      mutability and type arguments.
      e696f29e
  4. 20 Aug, 2019 1 commit
  5. 04 Jul, 2019 1 commit
  6. 18 Jun, 2019 6 commits
  7. 04 Jun, 2019 1 commit
  8. 03 Jun, 2019 3 commits
  9. 31 May, 2019 1 commit