1 """Configuration of testing fixtures depending on the board layout"""
 
   4 if agnostic.board == "feather_m0_express":
 
   8 elif agnostic.board == "feather_huzzah":
 
   9     default_pin = board.GPIO4
 
  12     pull_down_support = False
 
  13 elif agnostic.board == "pyboard":
 
  14     raise NotImplementedError