view stubs/serport.pyi @ 2139:ac16ec1e6bab

py3 api
author drewp@bigasterisk.com
date Wed, 17 May 2023 17:28:45 -0700
parents 0f0ff27e55a3
children
line wrap: on
line source

def read_all_adc(f: int) -> List[int]: ...