/*
* test_interface_mogx.c
*
* Created on: Jun 29, 2018
* Author: kidsr
*/
#include "debug.h"
#include "interface.h"
#define TEST_TAG "Interface test"
INTERFACE *interface = &MatrixOrbital_with_GPIO;
int main(){
return 0;
}