Added ADC stimulation into the simulation

This commit is contained in:
ollo
2019-04-24 21:21:19 +02:00
parent 417c93583d
commit aeb5dab9fd
4 changed files with 59 additions and 3 deletions

View File

@@ -122,8 +122,7 @@ public class WS2812Layout extends JFrame {
@Override
public void stateChanged(ChangeEvent e) {
// TODO Auto-generated method stub
nodemcuSimu.setADC(adc.getValue());
}
});