Skip to content

picchick v0.2.0

Compare
Choose a tag to compare
@Rex-- Rex-- released this 18 Jun 16:37
· 18 commits to master since this release

Changes in Version 0.2.0:

  • Firmware no longer included in picchick project. It is now just the host software.
  • Port flag changed from -p to -P or --port.
  • Baud flag changed from -b to -B or --baud.
  • Baud is now correctly configured based on the flag (was always defaulting to 9600).
  • Various other bugfixes.

The main change included in this version was a bugfix to correctly set the baudrate based on the flag. This allows us to communicate to the new picstick using a much higher baudrate (115200 vs 9600).
The programmer port and baud flags were changed to be capitals to more closely resemble avrdude.

This version can be found on pypi here