Explorar el Código

Tiny documentation changes

Clara Hobbs hace 6 años
padre
commit
16e9a536ec
Se han modificado 2 ficheros con 3 adiciones y 2 borrados
  1. 2
    2
      README.md
  2. 1
    0
      alpaca_isp/__init__.py

+ 2
- 2
README.md Ver fichero

@@ -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 Ver fichero

@@ -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…
Cancelar
Guardar