File: mcuHexBin.h

package info (click to toggle)
limesuite 20.10.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 26,576 kB
  • sloc: cpp: 158,930; ansic: 6,852; python: 197; sh: 56; makefile: 20
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