Browse Source

Tiny documentation changes

Clara Hobbs 6 years ago
parent
commit
16e9a536ec
2 changed files with 3 additions and 2 deletions
  1. 2
    2
      README.md
  2. 1
    0
      alpaca_isp/__init__.py

+ 2
- 2
README.md View File

@@ -1,3 +1,3 @@
1
-# alpaca_isp
1
+# Alpaca ISP
2 2
 
3
-In-system programming tool for LPC microcontrollers
3
+In-system programming tool for LPC microcontrollers

+ 1
- 0
alpaca_isp/__init__.py View File

@@ -11,6 +11,7 @@
11 11
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 12
 # See the License for the specific language governing permissions and
13 13
 # limitations under the License.
14
+"""In-system programming tool for LPC microcontrollers"""
14 15
 
15 16
 from enum import Enum
16 17
 import struct

Loading…
Cancel
Save