Skip to content

Commit a9d9296

Browse files
committed
minor comment update
1 parent 03b1a02 commit a9d9296

File tree

1 file changed

+1
-1
lines changed
  • ports/raspberrypi/common-hal/neopixel_write

1 file changed

+1
-1
lines changed

ports/raspberrypi/common-hal/neopixel_write/__init__.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ void common_hal_neopixel_write(const digitalio_digitalinout_obj_t *digitalinout,
6363
uint32_t pins_we_use = 1 << digitalinout->pin->number;
6464
bool ok = rp2pio_statemachine_construct(&state_machine,
6565
neopixel_program, sizeof(neopixel_program) / sizeof(neopixel_program[0]),
66-
12800000, // MHz, to get about appropriate sub-bit times in PIO program.
66+
12800000, // 12.8MHz, to get appropriate sub-bit times in PIO program.
6767
NULL, 0, // init program
6868
NULL, 1, // out
6969
NULL, 1, // in

0 commit comments

Comments
 (0)