2

I'm looking for a listing of the Microbit.h header file for V1 microbits. (Trying to understand a C++ program for controlling the ADC). I've been able to find the V2 version, but not V1.

keble
  • 21
  • 2

1 Answers1

2

Have a look here:

https://github.com/lancaster-university/microbit/blob/master/inc/MicroBit.h

The update is dated Nov 23, 2018 which predates v2 of the micro:bit. Good luck with your micro:bit projects.

Oppy
  • 121
  • 2