瀏覽代碼

Tiny documentation changes

Clara Hobbs 6 年之前
父節點
當前提交
16e9a536ec
共有 2 個檔案被更改,包括 3 行新增2 行删除
  1. 2
    2
      README.md
  2. 1
    0
      alpaca_isp/__init__.py

+ 2
- 2
README.md 查看文件

@@ -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 查看文件

@@ -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…
取消
儲存