Skip to content

Commit

Permalink
update README API doc
Browse files Browse the repository at this point in the history
  • Loading branch information
todbot committed Jan 6, 2020
1 parent 04fc397 commit ffb6c4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ blink1.blink1.Blink1 = class Blink1
|
| fade_to_rgb_uncorrected(self, fade_milliseconds, red, green, blue, ledn=0)
| Command blink(1) to fade to RGB color, no color correction applied.
| :throws: Blink1ConnectionFailed if blink(1) is disconnected
| :raises: Blink1ConnectionFailed if blink(1) is disconnected
|
| get_serial_number(self)
| Get blink(1) serial number
Expand Down Expand Up @@ -343,7 +343,7 @@ blink1.blink1.Blink1 = class Blink1
| Write command to blink(1), low-level internal use
| Send USB Feature Report 0x01 to blink(1) with 8-byte payload
| Note: arg 'buf' must be 8 bytes or bad things happen
| :return: number of bytes written or -1 if failure
| :raises: Blink1ConnectionFailed if blink(1) is disconnected
|
| write_pattern_line(self, step_milliseconds, color, pos, ledn=0)
| Write a color & step time color pattern line to RAM
Expand Down

0 comments on commit ffb6c4c

Please sign in to comment.