# AutomationHat Bibliotheken

**URL:** https://forums.pimoroni.com/t/automationhat-bibliotheken/17002
**Category:** Support
**Created:** [April 30, 2021, 11:11pm UTC](https://forums.pimoroni.com/t/automationhat-bibliotheken/17002 "2021-04-30T23:11:07Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![PLion](https://avatars.discourse-cdn.com/v4/letter/p/67e7ee/32.png) [@PLion](https://forums.pimoroni.com/u/PLion)
#### Post date: [April 30, 2021, 11:11pm UTC](https://forums.pimoroni.com/t/automationhat-bibliotheken/17002/1 "2021-04-30T23:11:07Z")

</div>

Hallo Team,  
ich möchte das AutomationHat Board mit Gambas verwenden und suche hierzu Libs in C oder Python Libs \*.so wo kann ich hierzu Unterstützung und Beispiele finden ?

Beste Grüße  
Reinhard

---

<div class="post-metadata">

### Author: ![Shoe](https://avatars.discourse-cdn.com/v4/letter/s/e36b37/32.png) [@Shoe](https://forums.pimoroni.com/u/Shoe)
#### Post date: [May 1, 2021, 8:41am UTC](https://forums.pimoroni.com/t/automationhat-bibliotheken/17002/2 "2021-05-01T08:41:10Z")

</div>

Just so you know, most people on this forum speak English, so you might get few responses in German.

Pimoroni’s Python library and examples can be found [on their Github page](https://github.com/pimoroni/automation-hat), I don’t think they have C/++ libraries for the HAT. However, the sn3218 and ads1015 chips which the HAT uses are fairly common, so someone else might have made a C/++ library for them (try searching Githuib, or searching for “sn3218 arduino”).

---

<div class="post-metadata">

### Author: ![alphanumeric](https://sea2.discourse-cdn.com/flex016/user_avatar/forums.pimoroni.com/alphanumeric/32/2729_2.png) [@alphanumeric](https://forums.pimoroni.com/u/alphanumeric)
#### Post date: [May 1, 2021, 10:39am UTC](https://forums.pimoroni.com/t/automationhat-bibliotheken/17002/3 "2021-05-01T10:39:33Z")

</div>

> [@PLion](#):
>
> ich möchte das AutomationHat Board mit Gambas verwenden und suche hierzu Libs in C oder Python Libs \*.so wo kann ich hierzu Unterstützung und Beispiele finden ?

Google Translate  
I want to use the AutomationHat Board with Gambas and search for Libs in C or Python Libs \*.so where can I find support and examples ?

---

<div class="post-metadata">

### Author: ![PLion](https://avatars.discourse-cdn.com/v4/letter/p/67e7ee/32.png) [@PLion](https://forums.pimoroni.com/u/PLion)
#### Post date: [May 1, 2021, 3:17pm UTC](https://forums.pimoroni.com/t/automationhat-bibliotheken/17002/4 "2021-05-01T15:17:14Z")

</div>

I have to apologize, I started from a german translated page. My question was, I want to use the Pim213 board with Gambas (basic language). I have had good experiences with Python and now want to work with Gambas. I come from the Windows world and have worked a lot with Visual Basic. There I worked with DLLs written in C. I think this is the only way to communicate with the Pim213. Is a \*.so file (“Shared Object” analogous to a Windows DLL) available? Or another library written in C ?
