ソースを参照

Corrected an copy paste error

teensy4-core
Mike S 5年前
コミット
cd07025412
1個のファイルの変更2行の追加0行の削除
  1. +2
    -0
      teensy4/analog.c

+ 2
- 0
teensy4/analog.c ファイルの表示

@@ -89,6 +89,8 @@ void analogReadRes(unsigned int bits)

void analogReadAveraging(unsigned int num)
{
uint32_t tmp32, mode, avg=0;
//disable averaging
tmp32 = ADC1_GC;
ADC1_GC &= ~0x20;

読み込み中…
キャンセル
保存