Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Motor description structure for profiler #4

Open
p0i5k opened this issue Sep 25, 2022 · 1 comment
Open

Motor description structure for profiler #4

p0i5k opened this issue Sep 25, 2022 · 1 comment

Comments

@p0i5k
Copy link
Collaborator

p0i5k commented Sep 25, 2022

zoom:
  interface: spi
  protocol: ms41929
  dev: /dev/spi0
  pinmux:
    miso: 53
    mosi: 54
    cs: 55
       
focus:
  interface: i2c
  protocol: ms32006
  address: 0x20
  dev: /dev/i2c-2
  pinmux:
    sda: 35
    scl: 34
    
iris:
  interface: gpio
  protocol: dc
  pinmux:
    p: 16
    m: 17
    start: 15
    end: 14
    pos: 11

pan:
  interface: uart
  protocol: pelco-d
  board: v2.3.0
  dev: /dev/ttyAMA1
  pinmux:
    rx: 33
    tx: 32
    
tilt:
  interface: gpio
  protocol: stepper
  pinmux:
    Ap: 16
    Am: 17
    Bp: 18
    Bm: 19
    start: 15
    end: 14
    pos: 11

zoom:
  interface: gpio
  protocol: driver
  pinmux:
    enable: 17
    microstep1: 18
    microstep2: 19
    microstep3: 20
    reset: 21
    sleep: 22
    step: 23
    dir: 24
@p0i5k p0i5k changed the title Motor desctription structure for profiler Motor description structure for profiler Sep 25, 2022
@flyrouter
Copy link
Member

Good job, Sir !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants