OnOffGraphic (or something similar) but with TTL indicator February 03, 2024 01:19AM | Registered: 1 year ago Posts: 12 |
Re: OnOffGraphic (or something similar) but with TTL indicator February 03, 2024 04:12AM | Admin Registered: 6 years ago Posts: 988 |
Re: OnOffGraphic (or something similar) but with TTL indicator February 03, 2024 06:18PM | Registered: 1 year ago Posts: 12 |
Re: OnOffGraphic (or something similar) but with TTL indicator February 06, 2024 01:24AM | Admin Registered: 6 years ago Posts: 988 |
btn = SingleButton(button_); btn.Button = 1; ind = OnOffIndicator(btn); ind.Port = 1; % TTL #1 tc = TimeCounter(ind); tc.Duration = 5000; scene1 = create_scene(tc); not = NotAdapter(null_); off = OnOffIndicator(not); off.Port = 1; tc2 = TimeCounter(off); tc2.Duration = 0; scene2 = create_scene(tc2); run_scene(scene1); run_scene(scene2); % make sure that the LED is off
Re: OnOffGraphic (or something similar) but with TTL indicator February 07, 2024 12:52AM | Registered: 1 year ago Posts: 12 |
Re: OnOffGraphic (or something similar) but with TTL indicator February 07, 2024 05:08AM | Registered: 3 years ago Posts: 21 |
The National Institute of Mental Health (NIMH) is part of the National Institutes of Health (NIH), a component of the U.S. Department of Health and Human Services.