Lines Matching full:board
5 """This module provides the audio board interface."""
13 """AudioBoard is an abstraction of an audio board on a Chameleon board.
15 It provides methods to control audio board.
35 'There is no jack plugger on this audio board.')
42 """Gets an audio bus on this audio board.
53 """Gets an AudioJackPlugger on this audio board.
63 """Gets an BluetoothController on this audio board.
72 """AudioBus is an abstraction of an audio bus on an audio board.
218 """AudioJackPlugger is an abstraction of plugger controlled by audio board.
222 This motor is controlled by audio board.
234 this audio board.
240 'There is no jack plugger on audio board. '
241 'Perhaps the audio board is not connected to audio box.')
257 """An abstraction of bluetooth module on audio board.
259 There is a bluetooth module on the audio board. It can be controlled through
275 logging.info('Resets bluetooth module on audio board.')
281 logging.info('Disables bluetooth module on audio board.')