Advertisement
Guest User

Untitled

a guest
Apr 21st, 2015
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. >>> with Lepton() as I:
  2. ... dir(I)
  3. ...
  4. ['BITS', 'COLS', 'MODE', 'ROWS', 'SPEED', 'VOSPI_FRAME_SIZE', 'VOSPI_FRAME_SIZE_BYTES', '_Lepton__handle', '_Lepton__msg', '_Lepton__rxbuf', '_Lepton__spi_dev', '_Lepton__txbuf', '_Lepton__xmit_buf', '_Lepton__xmit_struct', '__class__', '__delattr__', '__dict__', '__doc__', '__enter__', '__exit__', '__format__', '__getattribute__', '__hash__', '__init__', '__module__', '__new__', '__reduce__', '__reduce_ex__', '__repr__', '__setattr__', '__sizeof__', '__str__', '__subclasshook__', '__weakref__', 'capture']
  5. >>>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement