Skip to content

Commit

Permalink
Major cleanup. Implemented argparse. Created setup and script entry p…
Browse files Browse the repository at this point in the history
…oint. Registered to pypi as and pushed as v0.2.
  • Loading branch information
chintal committed Jul 25, 2016
1 parent 51306fd commit 2c12c9f
Show file tree
Hide file tree
Showing 10 changed files with 887 additions and 6,225 deletions.
2,651 changes: 0 additions & 2,651 deletions examplemaps/avrcpp.map

This file was deleted.

2,908 changes: 0 additions & 2,908 deletions examplemaps/mspgcc.map

This file was deleted.

620 changes: 0 additions & 620 deletions fpv.py

This file was deleted.

23 changes: 23 additions & 0 deletions fpvgcc/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
#!/usr/bin/env python
# encoding: utf-8

# Copyright (C) 2016 Chintalagiri Shashank
#
# This file is part of fpv-gcc.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.

"""
Docstring for __init__.py
"""
Loading

0 comments on commit 2c12c9f

Please sign in to comment.