Remove comments.

This commit is contained in:
Daniel Rosenwasser
2018-02-28 15:00:58 -08:00
committed by GitHub
parent 4332ab9682
commit 2bac294b89

View File

@@ -510,10 +510,10 @@ export declare module Led {
on(): void;
off(): void;
color(value: string): void; // color method expects string.
color(value: string): void;
toggle(): void;
strobe(ms: number): void;
intensity(value: number): void; // intensity is the correct method here instead of brightness.
intensity(value: number): void;
fadeIn(ms: number): void;
fadeOut(ms: number): void;
pulse(ms: number): void;