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

Loading…
Cancel
Save