Advertisement
Guest User

Untitled

a guest
Sep 20th, 2021
24
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.24 KB | None | 0 0
  1. &tscadc {
  2.     status = "okay";
  3.  
  4.     adc {
  5.         ti,adc-channels = <0 1 2 3 4 5 6 7>;
  6.         ti,chan-step-avg = <16 16 16 16 16 16 16 16>;
  7.         ti,chan-step-opendelay = <152 152 152 152 152 152 152 152>;
  8.         ti,chan-step-sampledelay = <0 0 0 0 0 0 0 0>;
  9.     };
  10. };
  11.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement