Skip to content

Commit 349d900

Browse files
committed
first commit
0 parents  commit 349d900

File tree

172 files changed

+27178
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

172 files changed

+27178
-0
lines changed

Makefile

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Minimal makefile for Sphinx documentation
2+
#
3+
4+
# You can set these variables from the command line.
5+
SPHINXOPTS =
6+
SPHINXBUILD = sphinx-build
7+
SPHINXPROJ = BitGuard
8+
SOURCEDIR = source
9+
BUILDDIR = build
10+
11+
# Put it first so that "make" without argument is like "make help".
12+
help:
13+
@$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
14+
15+
.PHONY: help Makefile
16+
17+
# Catch-all target: route all unknown targets to Sphinx using the new
18+
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
19+
%: Makefile
20+
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
13.1 KB
Binary file not shown.
18.9 KB
Binary file not shown.
19.3 KB
Binary file not shown.

build/doctrees/api/initialise.doctree

9.44 KB
Binary file not shown.
13.1 KB
Binary file not shown.

build/doctrees/api/pwr_on.doctree

9.98 KB
Binary file not shown.

build/doctrees/api/reset.doctree

8.6 KB
Binary file not shown.
41.8 KB
Binary file not shown.
21.3 KB
Binary file not shown.
3.89 KB
Binary file not shown.
4.58 KB
Binary file not shown.
Binary file not shown.
8.66 KB
Binary file not shown.
Binary file not shown.

build/doctrees/environment.pickle

17.8 KB
Binary file not shown.
21.3 KB
Binary file not shown.
2.89 KB
Binary file not shown.
4.58 KB
Binary file not shown.
21.3 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
4.59 KB
Binary file not shown.

build/doctrees/index.doctree

4.44 KB
Binary file not shown.

build/doctrees/wallets/fles.doctree

2.45 KB
Binary file not shown.

build/doctrees/wallets/flex.doctree

11 KB
Binary file not shown.
3.79 KB
Binary file not shown.

build/doctrees/wallets/iron.doctree

8.99 KB
Binary file not shown.
7.66 KB
Binary file not shown.

build/html/.buildinfo

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Sphinx build info version 1
2+
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3+
config: 8519a186e95df314e0b897c931d0e861
4+
tags: 645f666f9bcd5a90fca523b33c5a78b7
99.5 KB

build/html/_images/ble.svg.hi.jpg

22 KB

build/html/_images/ble.svg.hi.png

13.6 KB

build/html/_images/flex.png

66 KB

build/html/_images/iron.png

39.4 KB

build/html/_images/iron_buttons.png

99.4 KB

build/html/_images/usb.png

11.5 KB
+34
+46

build/html/_sources/api/reset.rst.txt

+28

0 commit comments

Comments
 (0)