Skip to content

shuchitak/lib_mic_array_board_support

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Microphone array board support library

.. rheader::

   Microphone array board support library |version|

Microphone array board support library

Library for controlling the XMOS microphone array ref design 1v0.

Features

The microphone array board support library has the following features:

  • button and led interface

Typical Resource Usage

.. resusage::

  * - configuration: Default
    - globals: in port p_buttons = XS1_PORT_4A; mabs_led_ports_t leds = {XS1_PORT_8C, XS1_PORT_1K, XS1_PORT_1L, XS1_PORT_8D, XS1_PORT_1P};
    - locals: interface mabs_led_button_if lb[1];
    - fn: mabs_button_and_led_server(lb, 1, leds, p_buttons);
    - pins: 13
    - ports: 3 (1-bit), 1 (4-bit), 2 (8-bit)

Software version and dependencies

.. libdeps::

Related application notes

None avaliable.

About

Microphone array board support library

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • XC 77.8%
  • Makefile 13.5%
  • C 5.0%
  • Objective-C 3.3%
  • Other 0.4%