Skip to content

Commit

Permalink
add function declaration for BNC
Browse files Browse the repository at this point in the history
  • Loading branch information
dhineshkumarmcci committed Sep 8, 2022
1 parent e115add commit 4dee9be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/FED3.h
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,8 @@ class FED3 {
void ConditionedStimulus(int duration = 200);
void Click();
void Noise(int duration = 200);
void BNC(int DELAY_MS, int loops);
void pulseGenerator(int pulse_width, int frequency, int repetitions);

void Tone(int freq, int duration);
void stopTone();
Expand Down

0 comments on commit 4dee9be

Please sign in to comment.