[Snek] [keith-packard/snek] e2751c: examples: Make 'blink' example work on Duemilanove...

Keith Packard noreply at github.com
Mon Apr 22 12:31:12 PDT 2019


  Branch: refs/heads/master
  Home:   https://github.com/keith-packard/snek
  Commit: e2751c1c205a7fa63c19c7ba32454d461931a449
      https://github.com/keith-packard/snek/commit/e2751c1c205a7fa63c19c7ba32454d461931a449
  Author: Keith Packard <keithp at keithp.com>
  Date:   2019-04-22 (Mon, 22 Apr 2019)

  Changed paths:
    M examples/blink.py

  Log Message:
  -----------
  examples: Make 'blink' example work on Duemilanove too. Use D13 name

The Duemilanove can't PWM D13, so have this example just turn the
light on and off instead of fading it.

Now that we've got symbolic names for the pins, use D13 instead of 13.

Signed-off-by: Keith Packard <keithp at keithp.com>


  Commit: 37d17385de644ab07f5a5b936eb8fab94dea8e18
      https://github.com/keith-packard/snek/commit/37d17385de644ab07f5a5b936eb8fab94dea8e18
  Author: Keith Packard <keithp at keithp.com>
  Date:   2019-04-22 (Mon, 22 Apr 2019)

  Changed paths:
    M examples/morse.py
    M examples/track-light.py

  Log Message:
  -----------
  examples: Use pin names instead of bare numbers

Now that we've got names for the pins, switch to using them
in the morse and track-light examples.

Signed-off-by: Keith Packard <keithp at keithp.com>


  Commit: 6da3bc9c29d221285bf1b96b72a5dd12c7978741
      https://github.com/keith-packard/snek/commit/6da3bc9c29d221285bf1b96b72a5dd12c7978741
  Author: Keith Packard <keithp at keithp.com>
  Date:   2019-04-22 (Mon, 22 Apr 2019)

  Changed paths:
    M doc/snek.adoc

  Log Message:
  -----------
  doc: Document pin names provided in embedded boards

Duemilanove, Metro M0 Express and Feather boards all get D0-D13 and
A0-A5 definitions. Crickit gets lots of names.

Signed-off-by: Keith Packard <keithp at keithp.com>


  Commit: 7299a38db9c0158bb20d9b63b5f00a8ed2dbbb56
      https://github.com/keith-packard/snek/commit/7299a38db9c0158bb20d9b63b5f00a8ed2dbbb56
  Author: Keith Packard <keithp at keithp.com>
  Date:   2019-04-22 (Mon, 22 Apr 2019)

  Changed paths:
    M windows/snek.cfg.in

  Log Message:
  -----------
  windows: Fix path for crickit image

Just a spelling mistake crikit -> crickit

Signed-off-by: Keith Packard <keithp at keithp.com>


Compare: https://github.com/keith-packard/snek/compare/ece09c653898...7299a38db9c0


More information about the Snek mailing list