ソースを参照

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

読み込み中…
キャンセル
保存