예제 #1
0
파일: TallyUp.cs 프로젝트: ianlee74/NETMFx
 public TallyUp(NETMFx.LedCube.IO60P16.LedCube cube)
     : base(cube)
 {
 }
예제 #2
0
 public SpiralDown(NETMFx.LedCube.IO60P16.LedCube cube, int duration)
     : base(cube, duration)
 {
 }
예제 #3
0
파일: TallyUp.cs 프로젝트: ianlee74/NETMFx
 public TallyUp(NETMFx.LedCube.IO60P16.LedCube cube, int duration)
     : base(cube, duration)
 {
 }
예제 #4
0
 public SirenCounterclockwise(NETMFx.LedCube.IO60P16.LedCube cube, int duration)
     : base(cube, duration)
 {
 }
예제 #5
0
 public SpiralDown(NETMFx.LedCube.IO60P16.LedCube cube)
     : base(cube)
 {
 }
예제 #6
0
 public AsciiChar(NETMFx.LedCube.IO60P16.LedCube cube, int duration, string phrase)
     : base(cube, duration)
 {
     Phrase = phrase;
 }
예제 #7
0
 public SirenCounterclockwise(NETMFx.LedCube.IO60P16.LedCube cube)
     : base(cube)
 {
 }
예제 #8
0
 public AsciiChar(NETMFx.LedCube.IO60P16.LedCube cube, string phrase)
     : base(cube, DEFAULT_DURATION)
 {
     Phrase = phrase;
 }
예제 #9
0
 protected CubeEffect(NETMFx.LedCube.IO60P16.LedCube cube, int duration)
 {
     Cube = cube;
     Duration = duration;
 }
예제 #10
0
 protected CubeEffect(NETMFx.LedCube.IO60P16.LedCube cube)
 {
     Cube = cube;
 }
예제 #11
0
 public Randomizer(NETMFx.LedCube.IO60P16.LedCube cube, int duration)
     : base(cube, duration)
 {
 }
예제 #12
0
 public Randomizer(NETMFx.LedCube.IO60P16.LedCube cube)
     : base(cube)
 {
 }