File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
src/main/java/org/microbit/android/partialflashing Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 18
18
* A Class to manipulate micro:bit hex files
19
19
* Focused towards stripping a file down to it's PXT section for use in Partial Flashing
20
20
*
21
+ * (c) 2017 - 2021, Micro:bit Educational Foundation and contributors
22
+ *
23
+ * SPDX-License-Identifier: MIT
24
+ *
21
25
*/
22
26
23
27
public class HexUtils {
Original file line number Diff line number Diff line change 30
30
/**
31
31
* A class to communicate with and flash the micro:bit without having to transfer the entire HEX file
32
32
* Created by samkent on 07/11/2017.
33
+ *
34
+ * (c) 2017 - 2021, Micro:bit Educational Foundation and contributors
35
+ *
36
+ * SPDX-License-Identifier: MIT
33
37
*/
34
38
35
39
// A service that interacts with the BLE device via the Android BLE API.
You can’t perform that action at this time.
0 commit comments