circuitpython/ports/atmel-samd/boards
TG-Techie e901317fd7
PYPORTAL: pindefs incorrect
@jerryneedell  suggested the pins could be wrong when I told him I was getting reading that didn't change, having corrected the pinout to match the schematic I was given it now works! 

used:
```
ts = adafruit_touchscreen.Touchscreen(board.TOUCH_XL, board.TOUCH_XR,
                                      board.TOUCH_YD, board.TOUCH_YU,
                                      calibration=((5200, 59000), (5800, 57000)),
                                      size=(320, 240))

while True:
    p = ts.touch_point
    if p:
        time.sleep(.5)
        print(p)
```
2019-02-12 22:18:36 -05:00
..
arduino_mkr1300 Fix other builds and hallowing 2019-01-17 14:45:29 -08:00
arduino_mkrzero Fix other builds and hallowing 2019-01-17 14:45:29 -08:00
arduino_zero Merge remote-tracking branch 'adafruit/master' into HEAD 2019-01-22 14:02:07 -08:00
catwan_usbstick Fix other builds and hallowing 2019-01-17 14:45:29 -08:00
circuitplayground_express Skip displayio on crickit builds and cpx build due to lack of space. 2019-01-22 18:49:37 -08:00
circuitplayground_express_crickit Skip displayio on crickit builds and cpx build due to lack of space. 2019-01-22 18:49:37 -08:00
cp32-m4 Fix other builds and hallowing 2019-01-17 14:45:29 -08:00
datalore_ip_m4 Merge pull request #1495 from TG-Techie/patch-3 2019-01-27 14:07:16 -08:00
feather_m0_adalogger Merge remote-tracking branch 'adafruit/master' into HEAD 2019-01-22 14:02:07 -08:00
feather_m0_basic Fix other builds and hallowing 2019-01-17 14:45:29 -08:00
feather_m0_express Fix other builds and hallowing 2019-01-17 14:45:29 -08:00
feather_m0_express_crickit Skip displayio on crickit builds and cpx build due to lack of space. 2019-01-22 18:49:37 -08:00
feather_m0_rfm9x Fix other builds and hallowing 2019-01-17 14:45:29 -08:00
feather_m0_rfm69 Fix other builds and hallowing 2019-01-17 14:45:29 -08:00
feather_m0_supersized Fix other builds and hallowing 2019-01-17 14:45:29 -08:00
feather_m4_express Cleanup display rework for PR. 2019-01-18 13:47:40 -08:00
feather_radiofruit_zigbee Fix other builds and hallowing 2019-01-17 14:45:29 -08:00
gemma_m0 Fix other builds and hallowing 2019-01-17 14:45:29 -08:00
grandcentral_m4_express Move terminal font to terminalio from board. 2019-02-12 10:10:02 -08:00
hallowing_m0_express Set auto brightness on by default for boards with displays built in. 2019-02-03 13:42:03 -08:00
itsybitsy_m0_express Fix other builds and hallowing 2019-01-17 14:45:29 -08:00
itsybitsy_m4_express Fix other builds and hallowing 2019-01-17 14:45:29 -08:00
meowmeow Fix other builds and hallowing 2019-01-17 14:45:29 -08:00
metro_m0_express Fix other builds and hallowing 2019-01-17 14:45:29 -08:00
metro_m4_express Fix pin defs 2019-01-18 11:43:35 -08:00
mini_sam_m4 Fix other builds and hallowing 2019-01-17 14:45:29 -08:00
pirkey_m0 Merge remote-tracking branch 'adafruit/master' into HEAD 2019-01-22 14:02:07 -08:00
pyportal PYPORTAL: pindefs incorrect 2019-02-12 22:18:36 -05:00
sam32 standardizing on "BATTERY" pin; and load-leveling Travis 2019-02-06 10:50:57 -08:00
sparkfun_lumidrive Correct pin capitalization 2019-01-31 09:11:30 -08:00
sparkfun_redboard_turbo for redboard turbo too 2019-01-30 22:55:36 -08:00
sparkfun_samd21_dev Added support for SparkFun SAMD21 Dev 2019-01-25 12:27:31 -06:00
sparkfun_samd21_mini Fix other builds and hallowing 2019-01-17 14:45:29 -08:00
trellis_m4_express Fix other builds and hallowing 2019-01-17 14:45:29 -08:00
trinket_m0 Merge remote-tracking branch 'adafruit/master' into HEAD 2019-01-22 14:02:07 -08:00
trinket_m0_haxpress Fix other builds and hallowing 2019-01-17 14:45:29 -08:00
ugame10 Fix other builds and hallowing 2019-01-17 14:45:29 -08:00
board.h Rework displays in prep for dynamic support and 8bit parallel. 2019-01-16 12:05:20 -08:00
samd21x18-bootloader-crystalless.ld atmel-samd: Fix rebooting to bootloader 2018-04-03 21:40:10 -05:00
samd21x18-bootloader-external-flash-crystalless.ld atmel-samd: Fix rebooting to bootloader 2018-04-03 21:40:10 -05:00
samd21x18-bootloader-external-flash.ld atmel-samd: Fix rebooting to bootloader 2018-04-03 21:40:10 -05:00
samd21x18-bootloader.ld atmel-samd: Fix rebooting to bootloader 2018-04-03 21:40:10 -05:00
samd21x18-external-flash.ld Correct _etext location; clean up .ld files 2018-02-09 11:31:18 -05:00
samd21x18.ld Correct _etext location; clean up .ld files 2018-02-09 11:31:18 -05:00
samd51x18-bootloader-external-flash.ld Turn on nvm in 3.0. 2018-04-13 16:22:28 -07:00
samd51x19-bootloader-external-flash.ld Turn on nvm in 3.0. 2018-04-13 16:22:28 -07:00
samd51x19-bootloader.ld Turn on nvm in 3.0. 2018-04-13 16:22:28 -07:00
samd51x20-bootloader-external-flash.ld Turn on nvm in 3.0. 2018-04-13 16:22:28 -07:00
samd51x20-bootloader.ld Turn on nvm in 3.0. 2018-04-13 16:22:28 -07:00
samd51x20-external-flash.ld Turn on nvm in 3.0. 2018-04-13 16:22:28 -07:00
samd51x20.ld Turn on nvm in 3.0. 2018-04-13 16:22:28 -07:00