C++ enbaded software Projekt ATMEL Software Framework (ASF).

Job ID: 33720527

Budget: €36 – €0 EUR

Guten Tag, für ein bestehendes Projekt suche ich einen C Programmierer um einige Änderungen vorzunehmen.

Ich glaube es ist in C geschrieben :-)

Chip: ATXMEGA128A4U-MH

Hier ein Auszug aus der main.c

/**
* \file
*
* \brief PS2-101 Ps - application entry point
*
*/

/*
* Include header files for all drivers that have been imported from
* Atmel Software Framework (ASF).
*/
#include <asf.h>
#include "as3911.h"
#include "as3911_com.h"
#include "as3911_interrupt.h"
#include "iso14443a.h"
#include "clock.h"
#include "ic.h"
#include "uart.h"
#include "delay_wrapper.h"
#include "sorex_hal/Communication/Rfid.h"
#include "utils/debug.h"
#include "utils/reschedule.h"
#include "buzzer/sounds.h"
#include "cardman/cards_manager.h"
#include "application/application.h"
#include "application/rtc_timeout.h"
#include "application/software_functions.h"

/*! \brief Firmware Version string (will be written to UART while initializing) */
#define FIRMWARE_VERSION_STR "v3.3.1"
/*!
* \brief Short timeout before initializing/calibrating the RFID unit
* Has been introduced to get better calibration results...
*/
#define STARTUP_WAIT_TIME_MS 1500