File: mcuHexBin.h

package info (click to toggle)
limesuite 23.11.0%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 17,228 kB
  • sloc: cpp: 157,511; ansic: 6,852; python: 197; sh: 56; xml: 21; makefile: 19
file content (8 lines) | stat: -rw-r--r-- 219 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
#ifndef LMS7002M_MCU_HEX_2_BIN_H
#define LMS7002M_MCU_HEX_2_BIN_H

#include <stdint.h>

int MCU_HEX2BIN(const char* filename, uint16_t limit, uint8_t *binImage, uint16_t *imageSize);

#endif // LMS7002M_MCU_HEX_2_BIN_H